From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10646 invoked by alias); 27 Jul 2016 09:03:35 -0000 Mailing-List: contact cygwin-apps-help@cygwin.com; run by ezmlm Precedence: bulk Sender: cygwin-apps-owner@cygwin.com List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Mail-Followup-To: cygwin-apps@cygwin.com Received: (qmail 10626 invoked by uid 89); 27 Jul 2016 09:03:34 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.1 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_LOW,RP_MATCHES_RCVD,SPF_HELO_PASS,SPF_PASS autolearn=ham version=3.3.2 spammy=aexe, a.exe, UD:a.exe X-HELO: plane.gmane.org Received: from plane.gmane.org (HELO plane.gmane.org) (80.91.229.3) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-SHA encrypted) ESMTPS; Wed, 27 Jul 2016 09:03:24 +0000 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1bSKkE-0003jF-C2 for cygwin-apps@cygwin.com; Wed, 27 Jul 2016 11:03:14 +0200 Received: from 76-217-5-154.lightspeed.irvnca.sbcglobal.net ([76.217.5.154]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 27 Jul 2016 11:03:14 +0200 Received: from mark by 76-217-5-154.lightspeed.irvnca.sbcglobal.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 27 Jul 2016 11:03:14 +0200 To: cygwin-apps@cygwin.com From: Mark Geisert Subject: Re: [ITP] FUSE 2.8 Date: Wed, 27 Jul 2016 09:03:00 -0000 Message-ID: References: <20160723104021.GA18159@calimero.vinschen.de> <20160723174836.GD11373@calimero.vinschen.de> <20160725073538.GF11373@calimero.vinschen.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit User-Agent: Loom/3.14 (http://gmane.org/) X-IsSubscribed: yes X-SW-Source: 2016-07/txt/msg00092.txt.bz2 Bill Zissimopoulos writes: > To test that things work, clone my sshfs repo from: > > https://github.com/billziss-gh/sshfs > > And issue the following commands: > > $ autoreconf -i > $ ./configure On my test machine (Win7 64, Cygwin 64) I get the errors shown below. But first let me ask... > PS: I am going AWOL this Friday. If you don't mind my asking, do you mean for the day, for a couple weeks, for ever, ??? Thanks, ..mark Here is the tail end of the ./configure output: --------8<-------- checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.exe checking for suffix of executables... .exe checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking whether gcc understands -c and -o together... yes checking for style of include used by make... GNU checking dependency style of gcc... gcc3 checking for library containing dlsym... none required checking OpenSSH version... 6.9 >= 4.4, disabling NODELAY workaround checking for pkg-config... /usr/bin/pkg-config checking pkg-config is at least version 0.9.0... yes checking for SSHFS... no configure: error: Package requirements (fuse >= 2.3 glib-2.0 gthread- 2.0) were not met: No package 'fuse' found No package 'glib-2.0' found No package 'gthread-2.0' found Consider adjusting the PKG_CONFIG_PATH environment variable if you installed software in a non-standard prefix. Alternatively, you may set the environment variables SSHFS_CFLAGS and SSHFS_LIBS to avoid the need to call pkg-config. See the pkg-config man page for more details. -------->8-------- The following shows I have glib2 installed. I can't find a gthread package for Cygwin. I've compiled cygfuse; what cygport command will satisfy the package reference for configure (newbie question this)? $ cygcheck -c | egrep 'fuse|glib|gthread' libglib2.0_0 2.46.2-4 OK