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:date:from:to:subject:message-id:reply-to :references:mime-version:content-type:content-transfer-encoding :in-reply-to; q=dns; s=default; b=FGVE7xZ/gkXa3Pl2101hStwl+/bkQz CcCMTTAl94YXQwOfDEOgCqSa/nW1MHyj1ZBlsxOV+ebRnGP78OfWyXpUqLeP/o7a MObk1QED8wap/j/5vh/7DBv75PI8ST4y0EeCqnFJ7JMfT8D7upAmst0Ggj2dCJMy JVRFb5e43qwz8= 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:date:from:to:subject:message-id:reply-to :references:mime-version:content-type:content-transfer-encoding :in-reply-to; s=default; bh=/azorVyA6IaHf9y+E67UZhcxtGY=; b=BGNY eM40snD62zHsLpDY9VHY+E96SMrX1Wf8lzLuh/UNldHJU9S9riar12CC/ywmPyXo Q3iKV6Bo8pfaHz+GKHsA7yta05cjZk/hxEYZeR1IuRGMmgriJM0ovNIosL2Ek9kI rpEx6/Zyfd9nWGgrC/OrJr6DoDNfabe0rbSpVKg= 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=-1.8 required=5.0 tests=AWL,BAYES_00,TW_YG autolearn=ham version=3.3.1 Date: Mon, 24 Jun 2013 11:16:57 +0200 From: Corinna Vinschen To: cygwin AT cygwin DOT com Subject: Re: libtool weirdness (was Re: Broken MPIR 2.6.0 on Cygwin64) Message-ID: <20130624091657.GD14319@calimero.vinschen.de> Reply-To: cygwin AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com 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> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) On Jun 21 16:56, Jean-Pierre Flori wrote: > Hi all, > > Here is my experience with a shared version of the library after taking > Corinna's message into account, starting from a clean MPIR tarball (except > for updating the FSF config.sub/guess) without autoreconfing, and using > the Cygwin shipped yasm rather than the one included in MPIR (in case the > Cygwin one has patches). > > Le Fri, 21 Jun 2013 13:33:57 +0200, Corinna Vinschen a écrit : > > Then I tried to build it. Of course, cygport autoreconfs and our > > libtool version 2.4.2 is installed. Configure runs fine. > > > > When building, first it failed to build in the mpn subdir, because it > > accidentally calls yasm with the -f elf64 flag. I fixed that locally by > > tweaking mpn/Makefile by setting OBJECT_FORMAT from -f elf64 to -f > The -f elf64 did not make the build fail, but as this suggests I changed > from the memory of all my collegues. it to -f win64... It made the build fail for me in the link stage, because ld complained about trying to link ELF with PE/COFF. Corinna -- Corinna Vinschen Please, send mails regarding Cygwin to Cygwin Maintainer cygwin AT cygwin DOT com Red Hat -- 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