From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 128276 invoked by alias); 29 Oct 2018 04:36:38 -0000 Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Mail-Followup-To: cygwin@cygwin.com Received: (qmail 128255 invoked by uid 89); 29 Oct 2018 04:36:37 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=0.7 required=5.0 tests=AWL,BAYES_50,KAM_LAZY_DOMAIN_SECURITY,RCVD_IN_DNSWL_LOW autolearn=no version=3.3.2 spammy=canada, Canada, winfsp, fuse X-HELO: smtp-out-so.shaw.ca Received: from smtp-out-so.shaw.ca (HELO smtp-out-so.shaw.ca) (64.59.136.137) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Mon, 29 Oct 2018 04:36:36 +0000 Received: from [192.168.1.114] ([24.64.240.204]) by shaw.ca with ESMTP id GzI0gmXAwwyxUGzI1gODH4; Sun, 28 Oct 2018 22:36:34 -0600 Reply-To: Brian.Inglis@SystematicSw.ab.ca Subject: Re: cygwin: how to mount linux FS from cygwin To: cygwin@cygwin.com References: <4FEDAE50.7090509@gmail.com> <4FFD8C61.7050605@gmail.com> <20120711143028.GA14112@ednor.casa.cgf.cx> <1540553280760-0.post@n5.nabble.com> <181249ee-f584-5e85-83fb-0c8a9e6a4672@gmail.com> <1540569794858-0.post@n5.nabble.com> <7e2bad7d-0882-900e-2074-90996eaf38b1@gmail.com> <1540594543547-0.post@n5.nabble.com> <1540598043835-0.post@n5.nabble.com> <0a215d39-7f53-17ce-5c79-f03bed884cbe@SystematicSw.ab.ca> <1540690355151-0.post@n5.nabble.com> From: Brian Inglis Openpgp: preference=signencrypt Message-ID: Date: Mon, 29 Oct 2018 04:36:00 -0000 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.9.1 MIME-Version: 1.0 In-Reply-To: <1540690355151-0.post@n5.nabble.com> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-IsSubscribed: yes X-SW-Source: 2018-10/txt/msg00238.txt.bz2 On 2018-10-27 19:32, hauck.adrian451 wrote: > I was review the urls indicated and install the command pkg-config: > - Created the file fuse.pc indicated the location the dll: > user@cliente~/winfsp-master/opt/cygfuse/fuse > $ more fuse.pc > arch=x64 > prefix=${pcfiledir}/.. > incdir=C:\Program Files (x86)\WinFsp > implib=C:\Program Files (x86)\WinFsp\winfsp-${arch}.dll > Name: fuse > Description: WinFsp FUSE compatible API > Version: 2.8 > URL: http://www.secfs.net/winfsp/ > Libs: "${implib}" > Cflags: -I"${incdir}" > user@cliente~/winfsp-master/opt/cygfuse/fuse > $ pwd > /home/user/winfsp-master/opt/cygfuse/fuse > Escuse me, but I don´t understad what make the command pkg-config, I > executed "pkg-config fuse.pc" and "pkg-config cgfuse" but don´t result, > continues without found the dll. If you read the referenced http://www.secfs.net/winfsp/download/ http://www.secfs.net/winfsp/develop/sshfs/ sections starting from: Integrating with Cygwin, you would see that fuse.pc is created by the winfsp install script, and that file has to be used by pkg-config from a subshell in your app build command line. -- Take care. Thanks, Brian Inglis, Calgary, Alberta, Canada This email may be disturbing to some readers as it contains too much technical detail. Reader discretion is advised. -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple