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=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 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=-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)" 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 AT cygwin DOT com Subject: Re: libtool weirdness (was Re: Broken MPIR 2.6.0 on Cygwin64) References: <20130621083039 DOT GH1620 AT calimero DOT vinschen DOT de> <20130621094344 DOT GB25850 AT calimero DOT vinschen DOT de> <20130621113357 DOT GF25850 AT calimero DOT vinschen DOT 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