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: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@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=-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 <corinna-cygwin@cygwin.com>
To: cygwin@cygwin.com
Subject: Re: libtool weirdness (was Re: Broken MPIR 2.6.0 on Cygwin64)
Message-ID: <20130624091657.GD14319@calimero.vinschen.de>
Reply-To: cygwin@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
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> <kq20jn$t2h$1@ger.gmane.org>
MIME-Version: 1.0
Content-Type: text/plain; charset=utf-8
Content-Disposition: inline
Content-Transfer-Encoding: 8bit
In-Reply-To: <kq20jn$t2h$1@ger.gmane.org>
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

