From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22471 invoked by alias); 21 Jun 2013 17:57:34 -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 22461 invoked by uid 89); 21 Jun 2013 17:57:34 -0000 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 Received: from mail-pa0-f53.google.com (HELO mail-pa0-f53.google.com) (209.85.220.53) by sourceware.org (qpsmtpd/0.84/v0.84-167-ge50287c) with ESMTP; Fri, 21 Jun 2013 17:57:33 +0000 Received: by mail-pa0-f53.google.com with SMTP id tj12so8174396pac.12 for ; Fri, 21 Jun 2013 10:57:32 -0700 (PDT) X-Received: by 10.68.28.232 with SMTP id e8mr13265917pbh.94.1371837452424; Fri, 21 Jun 2013 10:57:32 -0700 (PDT) Received: from [192.168.0.101] (S0106000cf16f58b1.wp.shawcable.net. [24.79.212.134]) by mx.google.com with ESMTPSA id p2sm6564489pag.22.2013.06.21.10.57.30 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Fri, 21 Jun 2013 10:57:31 -0700 (PDT) Message-ID: <51C49413.2090708@users.sourceforge.net> Date: Fri, 21 Jun 2013 18:05:00 -0000 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@cygwin.com Subject: Re: libtool weirdness (was Re: Broken MPIR 2.6.0 on Cygwin64) References: <20130621083039.GH1620@calimero.vinschen.de> <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 X-SW-Source: 2013-06/txt/msg00581.txt.bz2 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