X-Recipient: archive-cygwin@delorie.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@cygwin.com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.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.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 <Brian.Inglis@SystematicSw.ab.ca>
Openpgp: preference=signencrypt
Message-ID: <be66e668-ebdf-542d-8c40-b258edca8965@SystematicSw.ab.ca>
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@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

