From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17636 invoked by alias); 2 Nov 2011 05:56:33 -0000 Received: (qmail 17625 invoked by uid 22791); 2 Nov 2011 05:56:32 -0000 X-SWARE-Spam-Status: No, hits=-2.8 required=5.0 tests=ALL_TRUSTED,AWL,BAYES_00,TW_IB X-Spam-Check-By: sourceware.org Received: from localhost (HELO gcc.gnu.org) (127.0.0.1) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 02 Nov 2011 05:56:16 +0000 From: "markus at trippelsdorf dot de" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/50952] libquad relocation R_X86_64_32S failure Date: Wed, 02 Nov 2011 05:56:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: target X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: markus at trippelsdorf dot de X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Changed-Fields: CC Message-ID: In-Reply-To: References: X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org X-SW-Source: 2011-11/txt/msg00088.txt.bz2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50952 Markus Trippelsdorf changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |markus at trippelsdorf dot | |de --- Comment #5 from Markus Trippelsdorf 2011-11-02 05:56:14 UTC --- (In reply to comment #4) > (In reply to comment #3) > > It looks like a problem with libquadmath/configure. I recently > > updated by bleeding edge freebsd system to FreeBSD 10.0, and > > it looks like configure can't handle the new version number. > > > > > configure: freebsd[123]*) objformat=aout ;; > > configure: version_type=freebsd-$objformat > > configure: freebsd-elf*) > > configure: freebsd-*) > > configure: freebsd2*) > > configure: freebsd3.[01]* | freebsdelf3.[01]*) > > configure: freebsd3.[2-9]* | freebsdelf3.[2-9]* | \ > > configure: freebsd4.[0-5] | freebsdelf4.[0-5] | freebsd4.1.1 | > > freebsdelf4.1.1) > > configure: version_type=freebsd-elf > > > > I'm suspicious that the 'freebsd[123]*) objformat=aout ;;' is now bogus. > > A quick hack to remove the 1 in the above line allows me > to configure, build, and install gcc/gfortran. > > Anyone know how to fix this issue properly? Yes, just update in-tree libtool: http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50952