From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12958 invoked by alias); 10 Sep 2002 09:16:50 -0000 Mailing-List: contact gcc-help-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-help-owner@gcc.gnu.org Received: (qmail 12939 invoked from network); 10 Sep 2002 09:16:44 -0000 Received: from unknown (HELO dmu.ac.uk) (146.227.1.74) by sources.redhat.com with SMTP; 10 Sep 2002 09:16:44 -0000 Received: from brains.eng.cse.dmu.ac.uk (brains.eng.cse.dmu.ac.uk [146.227.22.1]) by dmu.ac.uk (8.11.5/8.11.5) with ESMTP id g8A9GOG17672; Tue, 10 Sep 2002 10:16:24 +0100 (BST) Received: from neelix ([146.227.22.22]) by brains.eng.cse.dmu.ac.uk with esmtp (Exim 3.36 #1) id 17oh2z-0000AH-00; Tue, 10 Sep 2002 10:11:01 +0100 Received: from hgs (helo=localhost) by neelix with local-esmtp (Exim 3.36 #1) id 17oh3E-0000ZG-00; Tue, 10 Sep 2002 10:11:16 +0100 Date: Tue, 10 Sep 2002 02:16:00 -0000 From: Hugh Sasse Staff Elec Eng X-X-Sender: hgs@neelix To: Andy Gabor cc: gcc-help@gcc.gnu.org Subject: Re: make bootstrap failure -> libgcc.map: file format... In-Reply-To: <15741.4193.689468.316529@nova.ucdavis.edu> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-SW-Source: 2002-09/txt/msg00072.txt.bz2 On Mon, 9 Sep 2002, Andy Gabor wrote: > > Hi, > > Installed current binutils. OK... > > Tried to build gcc-3.2 of ss u10 running solaris 9. > > Configured with: > > setenv CC /opt/SUNWspro/bin/cc > ./configure --enable-languages=c,c++ You also need --with-ld=/usr/local/bin/ld --with-as=/usr/local/bin/as to pick up the binutils you installed (if that is where you put them). Because... > > > Build error: > gcc/./_udivdi3.o libgcc/./_umoddi3.o libgcc/./_udiv_w_sdiv.o libgcc/./_udivmoddi4.o libgcc/./unwind-dw2.o libgcc/./unwind-dw2-fde.o libgcc/./unwind-sjlj.o -lc && rm -f libgcc_s.so && ln -s libgcc_s.so.1 libgcc_s.so > /usr/local/sparc-sun-solaris2.9/bin/ld:libgcc/./libgcc.map: file ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ is not from binutils. > format not recognized; treating as linker script > /usr/local/sparc-sun-solaris2.9/bin/ld:libgcc/./libgcc.map:1: parse error ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ is not from binutils. > collect2: ld returned 1 exit status > > There have been reports of other problems with libgcc.map but slightly > different error reports. > > Any insights appreciated > > Andy HTH Hugh