From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30520 invoked by alias); 21 Nov 2012 08:07:57 -0000 Received: (qmail 30461 invoked by uid 22791); 21 Nov 2012 08:07:55 -0000 X-SWARE-Spam-Status: No, hits=-3.0 required=5.0 tests=AWL,BAYES_00,KHOP_THREADED X-Spam-Check-By: sourceware.org Received: from mel.act-europe.fr (HELO mel.act-europe.fr) (194.98.77.210) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 21 Nov 2012 08:07:50 +0000 Received: from localhost (localhost [127.0.0.1]) by filtered-smtp.eu.adacore.com (Postfix) with ESMTP id 133CECB1AE9; Wed, 21 Nov 2012 09:07:52 +0100 (CET) Received: from mel.act-europe.fr ([127.0.0.1]) by localhost (smtp.eu.adacore.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id bTSi1sk+kp8G; Wed, 21 Nov 2012 09:07:52 +0100 (CET) Received: from polaris.localnet (bon31-6-88-161-99-133.fbx.proxad.net [88.161.99.133]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mel.act-europe.fr (Postfix) with ESMTP id D042CCB1ADA; Wed, 21 Nov 2012 09:07:51 +0100 (CET) From: Eric Botcazou To: Dennis Clarke Cc: gcc-help@gcc.gnu.org, ryan.johnson@cs.utoronto.ca, iant@google.com, jwakely.gcc@gmail.com Subject: Re: gcc 4.7.2 fails to bootstrap in stage 1 Date: Wed, 21 Nov 2012 08:07:00 -0000 Message-ID: <4787145.HXcA7oyo9f@polaris> User-Agent: KMail/4.7.2 (Linux/3.1.10-1.16-desktop; KDE/4.7.2; x86_64; ; ) In-Reply-To: References: MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Mailing-List: contact gcc-help-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-help-owner@gcc.gnu.org X-SW-Source: 2012-11/txt/msg00164.txt.bz2 > Well I gave this a try : > > $ date > Tue Nov 20 23:31:22 GMT 2012 > $ > $ gas --version > GNU assembler (GNU Binutils) 2.23.1 > Copyright 2012 Free Software Foundation, Inc. > This program is free software; you may redistribute it under the terms of > the GNU General Public License version 3 or later. > This program has absolutely no warranty. > This assembler was configured for a target of `sparc64-sun-solaris2.10'. > $ > $ which ld > /usr/ccs/bin/ld > $ > $ CC='gcc -m64' CXX='g++ -m64' ../gcc-4.7.2/configure > --build=sparc64-sun-solaris2.10 --prefix=/usr/local/gcc4 \ > > --with-gmp=/usr/local --with-mpfr=/usr/local --with-mpc=/usr/local > > --disable-nls --enable-threads=posix \ --enable-shared > > --libdir=/usr/local/gcc4/lib --with-local-prefix=/usr/local/gcc4 > > --without-gnu-ld \ --with-as=/usr/local/bin/gas > > --with-ld=/usr/ccs/bin/ld \ > > --with-pkgversion=Blastwave.org\ Inc.\ Tue\ Nov\ 20\ 23\:31\:22\ GMT\ > > 2012 \ --enable-languages=c,c++,objc,fortran,ada --enable-bootstrap > [..]. > That fails in the same way in the same place. So what's the error in the end? Your longish messages don't show it AFAICS. -- Eric Botcazou