From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29618 invoked by alias); 13 May 2014 11:54:14 -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 29608 invoked by uid 89); 13 May 2014 11:54:14 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-5.9 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=3.3.2 X-HELO: calimero.vinschen.de Received: from aquarius.hirmke.de (HELO calimero.vinschen.de) (217.91.18.234) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 13 May 2014 11:54:13 +0000 Received: by calimero.vinschen.de (Postfix, from userid 500) id 35D5D8E0773; Tue, 13 May 2014 13:54:10 +0200 (CEST) Date: Tue, 13 May 2014 11:57:00 -0000 From: Corinna Vinschen To: cygwin@cygwin.com Subject: Re: pinfo configure problem Message-ID: <20140513115410.GP2436@calimero.vinschen.de> Reply-To: cygwin@cygwin.com Mail-Followup-To: cygwin@cygwin.com References: <05u3n9l6l8pgdeuidskcplb1930mmjtu05@4ax.com> <20140513110518.GN2436@calimero.vinschen.de> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="bZ2MuwyI/0uB8yuJ" Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.23 (2014-03-12) X-SW-Source: 2014-05/txt/msg00253.txt.bz2 --bZ2MuwyI/0uB8yuJ Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-length: 1431 On May 13 07:49, Andrew Schulman wrote: > > On May 13 06:55, Andrew Schulman wrote: > > > I'm trying to build pinfo 0.6.10 in 64-bit. The configure script hal= ts, > > > claiming "curses is not usable". The command that fails is: > > >=20 > > > gcc -o conftest.exe -g -O2 -I/usr/include -L/usr/lib -lncursesw > > > conftest.c=20 > > >=20 > > > and this fails because the order of the arguments is wrong. The comm= and > > > should be > > >=20 > > > gcc -o conftest.exe -g -O2 -I/usr/include conftest.c -L/usr/lib > > > -lncursesw=20 > > >=20 > > > and that succeeds. So my question is really an autoconf question: H= ow > > > can I tell autoconf to fix the order of the compiler arguments? > > >=20 > > > My autoconf knowledge is pretty thin I'm afraid. I can provide the > > > configure.ac script if that would be helpful. The source is old - I > > > think the last real update was in 2007, with a small update posted in > > > 2010. > >=20 > > Doesn't calling `autoreconf' fix this problem? If so, if you use > > cygport, the default build strategy contains the autoreconf step. > > If you defin your own build function, call cygautoreconf as first > > step after `cd ${B}'. >=20 > No, unfortunately it doesn't. I ran 'autoreconf -i' first. autoreconf -f -i? Corinna --=20 Corinna Vinschen Please, send mails regarding Cygwin to Cygwin Maintainer cygwin AT cygwin DOT com Red Hat --bZ2MuwyI/0uB8yuJ Content-Type: application/pgp-signature Content-length: 819 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIcBAEBAgAGBQJTcgfiAAoJEPU2Bp2uRE+gSFEP+wVJNdS3Y0Gdb9bnPS+E+kmj zyWwgpSDQSM6cc9MncBWKs3+ujxl/Vpy/DDkSLN9iq8MjOFdhLYyBx2R4S6gF0/I o7RbqotQfUWd9IsuR7w0VUXH3cA4JUepoaiyQhKRP/qB9AbIPWpl8c148d0GajXU 02jWWWUJThySu4K0CFyPNWfiUPukAAQKJuP6NevKsb5YugPKxXjo1oV8pJdcRGt+ 8THuT/U6MoMj3XzBmdbv20Ll73nXxYoXn22wG/JG43HEesxg88IHq1WM66NK2Rqz besbjcntednM7QxdZBRZ6mSyNiNCxaeiSvt4eVM4nrElpp/TZjCZvc9duPnEAQvr zaqfwa3ZhGtNc99seA9CELVhzj7ihA8K5hC3QYKy0fL+5D12FY3fRsXxCKC62IRa WNBWmqY6qTNeId23ogMbixWfp7eZyH6OKqXkllXGX/PnWarabI9W7LUPpCgYex/P 08z5Jq6cWtdbWjMMDNzuSI8JyJEQYU7o9E8WLJMKhdbTsUkJE4V9+qQxQ7tu4K5g i5Nn2cUaNppwIj861an/V6zKuFnlx2+dE7U/J1Vmu6aHAen/Yw81+OJ9/YcJ6o8/ mIslJcTEss8+4UIyLZ6BH594tNibn+kVEINJ0WPzhaqr+520UxJlIhw8x5AJVg0s Hfr2ZYuz8w/D2wEobrwO =6Nw3 -----END PGP SIGNATURE----- --bZ2MuwyI/0uB8yuJ--