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:message-id:date:from:mime-version:to:subject :references:in-reply-to:content-type:content-transfer-encoding; q=dns; s=default; b=vOjguj5N3tzRDXC97ez3sfVE4qUCpBQkt6kMFLwZVhk CDe8unRVGYdTKYTCkF5OmsC8EGCJFVHO+YX9vkf42xOzxPHoIM2ZR28OHYLsAHYy 1oDEtMK6WEm9Sycp2MCA/OO3LC+DINbRudCpFQ07JZZtiDnblAg5slNYMUJTNyjA = 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:message-id:date:from:mime-version:to:subject :references:in-reply-to:content-type:content-transfer-encoding; s=default; bh=VZ7kOF+gshHveH3xnCxQrcGmbh8=; b=s4nlfKD/mWDxDUP0z 5o/mUDX2+bVdh5tLi2H8A4FzwPcgIZhaqVYzo3htzFFZqW3LG4wzpkLWHCB6V2wc NHwXQIReva+vRnXR0tXD0RkXXRZeBQbKXsHe8/i6V1Np1gDsM4RbBDEby9cjP054 ryJBnZWdNdUQipSVQpW3FruArA= 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 X-Spam-SWARE-Status: No, score=-4.8 required=5.0 tests=AWL,BAYES_00,KHOP_THREADED,RP_MATCHES_RCVD autolearn=ham version=3.3.1 Message-ID: <5168F04B.2010105@lysator.liu.se> Date: Sat, 13 Apr 2013 07:42:35 +0200 From: Peter Rosin User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/17.0 Thunderbird/17.0 MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: Re: possible libtool bug blocking builds of Cygwin setup.exe References: <51681B8C DOT 1070701 AT shaddybaddah DOT name> <5168957C DOT 70809 AT lysator DOT liu DOT se> <5168A77E DOT 9090907 AT shaddybaddah DOT name> In-Reply-To: <5168A77E.9090907@shaddybaddah.name> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit On 2013-04-13 02:31, Shaddy Baddah wrote: > Hi Peter, > > On 13/04/13 09:15, Peter Rosin wrote: > >>> Have I stumbled on a real problem? >> >> This all sounds suspiciously like libtool bug 14022, where the reporter >> had confused --build and --host. How did you run configure? >> > > > I'm emulating what is in setup/bootstrap.sh: > > $ ../cygwin-setup/configure --build="i686-pc-mingw32" --host="i686-pc-mingw32" -C Since you had POSIX paths with a distinct Cygwin touch, I guess we can stop blaming Libtool. You are apparently cross-compiling from Cygwin to MinGW and should drop your --build argument and thus let config.guess do its thing. I.e. stop lying to configure. Or build with MSYS where the above --build and --host are true. I guess the bootstrap script also needs some love if you have read it right. I haven't read it at all. > Earlier to that, I did the following on a fresh cvs checkout: > > $ env NOCONFIGURE=1 ./bootstrap.sh > $ mkdir -p ../cygwin-setup-build/ > $ cd ../cygwin-setup-build/ > Cheers, Peter -- 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