X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:reply-to:subject:to:references:from:message-id :date:mime-version:in-reply-to:content-type :content-transfer-encoding; q=dns; s=default; b=ACV0KDOv29aNndjr I75beZwcrnT1k0a72zljxD3J/LF7rn3TTTzJ5tdEnmODdHsn5z0v97aYeX5FOCFt w8+3y1QjS6Izo8MhuLdAt70IK6nyO2TzHZmcg2D2n3EZGYs+9H103m6BwF2b+PIn PSmmSaWE7bd+aUro8lOr/yT1HDI= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:reply-to:subject:to:references:from:message-id :date:mime-version:in-reply-to:content-type :content-transfer-encoding; s=default; bh=rEeMVNYCX75e2RiYkFitLk XeR0M=; b=G7voeIymNZqAUdmWn0pKPe5Arumzbyu9VFm0oRrgvnD5UDiKCUsINg JgzLgujRZeq2tcITEDgEhsqaJh4EGPs9Z+pPDVOviBd61sX0mflDdszCJAdj+O+A dUQxKMhMdZZ/A5cVcriUwq4OCZMdCrqUrqdDx/u59yvvzGtd8j3zw= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com 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 Reply-To: Brian DOT Inglis AT SystematicSw DOT ab DOT ca Subject: Re: cygwin: how to mount linux FS from cygwin To: cygwin AT cygwin DOT com References: <4FEDAE50 DOT 7090509 AT gmail DOT com> <4FFD8C61 DOT 7050605 AT gmail DOT com> <20120711143028 DOT GA14112 AT ednor DOT casa DOT cgf DOT cx> <1540553280760-0 DOT post AT n5 DOT nabble DOT com> <181249ee-f584-5e85-83fb-0c8a9e6a4672 AT gmail DOT com> <1540569794858-0 DOT post AT n5 DOT nabble DOT com> <7e2bad7d-0882-900e-2074-90996eaf38b1 AT gmail DOT com> <1540594543547-0 DOT post AT n5 DOT nabble DOT com> <1540598043835-0 DOT post AT n5 DOT nabble DOT com> <0a215d39-7f53-17ce-5c79-f03bed884cbe AT SystematicSw DOT ab DOT ca> <1540690355151-0 DOT post AT n5 DOT nabble DOT com> From: Brian Inglis Openpgp: preference=signencrypt Message-ID: Date: Sun, 28 Oct 2018 22:36:32 -0600 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 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 AT 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 AT 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