From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18711 invoked by alias); 11 Mar 2003 14:36:01 -0000 Mailing-List: contact gcc-prs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-prs-owner@gcc.gnu.org Received: (qmail 18686 invoked by uid 71); 11 Mar 2003 14:36:01 -0000 Date: Tue, 11 Mar 2003 14:36:00 -0000 Message-ID: <20030311143601.18685.qmail@sources.redhat.com> To: nobody@gcc.gnu.org Cc: gcc-prs@gcc.gnu.org, From: donna@v1.wustl.edu Subject: Re: bootstrap/8679: gcc3.2 gmake fails on configure libstdc++: xgcc doesn't work Reply-To: donna@v1.wustl.edu X-SW-Source: 2003-03/txt/msg00560.txt.bz2 List-Id: The following reply was made to PR bootstrap/8679; it has been noted by GNATS. From: donna@v1.wustl.edu To: ebotcazou@gcc.gnu.org, gcc-bugs@gcc.gnu.org, gcc-prs@gcc.gnu.org, nobody@gcc.gnu.org, gcc-gnats@gcc.gnu.org Cc: Subject: Re: bootstrap/8679: gcc3.2 gmake fails on configure libstdc++: xgcc doesn't work Date: Tue, 11 Mar 2003 08:33:23 -0600 Hi, I tried to figure out how to update the problem report via gnatsweb.pl, but I can only create, view, and query -- not edit. Here are the relevant lines from ./objdir/i686-pc-linux-gnu/libiberty/config.log: configure:2196: checking whether the C compiler (/usr/local/src/gcc/3.2/objdir/gcc/xgcc -B/usr/local/src/gcc/3.2/objdir/gcc/ -B/usr/local/gcc-install/gcc-3.2/i686-pc-linux-gnu/bin/ -B/usr/local/gcc-install/gcc-3.2/i686-pc-linux-gnu/lib/ -isystem /usr/local/gcc-install/gcc-3.2/i686-pc-linux-gnu/include -g -O2 ) works configure:2212: /usr/local/src/gcc/3.2/objdir/gcc/xgcc -B/usr/local/src/gcc/3.2/objdir/gcc/ -B/usr/local/gcc-install/gcc-3.2/i686-pc-linux-gnu/bin/ -B/usr/local/gcc-install/gcc-3.2/i686-pc-linux-gnu/lib/ -isystem /usr/local/gcc-install/gcc-3.2/i686-pc-linux-gnu/include -o conftest -g -O2 conftest.c 1>&5 /usr/bin/ld: conftest: Not enough room for program headers (allocated 6, need 7) /usr/bin/ld: final link failed: Bad value collect2: ld returned 1 exit status configure: failed program was: #line 2207 "configure" #include "confdefs.h" main(){return(0);} Recently, a run-time problem with libraries built using gcc 3.0.4 (http://public.kitware.com/pipermail/vtkusers/2003-March/016428.html) sufficiently motivated me to update my binutils to binutils-2.9.5.0.22-6. After doing so, I was able to build gcc 3.2.2 on this host, and the run-time problem disappeared. Thanks, Donna Hanlon ebotcazou@gcc.gnu.org wrote: > > Synopsis: gcc3.2 gmake fails on configure libstdc++: xgcc doesn't work > > State-Changed-From-To: open->feedback > State-Changed-By: ebotcazou > State-Changed-When: Tue Mar 11 09:13:56 2003 > State-Changed-Why: > Could you inspect the config.log file in the i686-pc-linux-gnu/libiberty > directory and post the relevant lines for the error? > > http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=8679