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:message-id:date:from:mime-version:to:subject
	:references:in-reply-to:content-type:content-transfer-encoding;
	 q=dns; s=default; b=Cq9oh5LIBruUAcoFeCIUMUIaSN70RMYQO2YMDW5X2Ih
	2ekxRkukEK1dfOnwso5UFUpq8QwqRwUrxJmU5TzU3ggcNECl2Hme1nNmajdwmYtO
	sN6MqdgOL7SheWWAcUuPBLDtDudMkIyNdXaszf3/Rpn1CxnX+dWS8zZOJtohTq10
	=
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=Q5dSqAKXInU8ehiRXJCKNgVSYHQ=; b=DKx3a+yNwT010Ol7Y
	/52k0aVd5KR+gWHMua7CHWW+qYq6KHn3pvAZkYbBDURFZkoeV0yKF9pEtFA+OIap
	aOHWv/LqzsV97AfIy3OoJLNZzwfsAPbSvv6GKv5ESshkEbR5H1X801L97dFf309Y
	0vkx+upnP2m/CBLXHLUjaz1wpg=
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
X-Spam-SWARE-Status: No, score=-3.8 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,KHOP_THREADED,RCVD_IN_DNSWL_LOW,RCVD_IN_HOSTKARMA_YE,SPF_PASS autolearn=ham version=3.3.1
X-Received: by 10.68.28.232 with SMTP id e8mr13265917pbh.94.1371837452424;        Fri, 21 Jun 2013 10:57:32 -0700 (PDT)
Message-ID: <51C49413.2090708@users.sourceforge.net>
Date: Fri, 21 Jun 2013 12:57:39 -0500
From: "Yaakov (Cygwin/X)" <yselkowitz@users.sourceforge.net>
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/20130509 Thunderbird/17.0.6
MIME-Version: 1.0
To: cygwin@cygwin.com
Subject: Re: libtool weirdness (was Re: Broken MPIR 2.6.0 on Cygwin64)
References: <CAHhGz88vEgzz1i4sUjE0ugNzaf+j++r1_qT=Y6abMaB4_F=PCg@mail.gmail.com> <20130621083039.GH1620@calimero.vinschen.de> <kq1694$ung$1@ger.gmane.org> <20130621094344.GB25850@calimero.vinschen.de> <20130621113357.GF25850@calimero.vinschen.de>
In-Reply-To: <20130621113357.GF25850@calimero.vinschen.de>
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 7bit

On 2013-06-21 06:33, Corinna Vinschen wrote:
> as our resident autotools/libtool experts, could you please have a
> look here?

The problem is, as a fork of GMP, it too tries to be too clever with 
libtool in an attempt to shorten configure times by avoiding the CXX/F77 
checks.  Those hacks are not only unnecessary with libtool 2.x, they are 
incompatible with it.

Run the following to remove the offending 25 lines of configure:

sed -i -e '/# Enable CXX/,/AC_PROVIDE/d' configure.in

Then you still need to teach configure.in about Cygwin wrt -f 
win32/win64 and which asm sources to use before running (cyg)autoreconf.


Yaakov


--
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

