From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10159 invoked by alias); 13 Sep 2006 00:57:03 -0000 Received: (qmail 6623 invoked by alias); 13 Sep 2006 00:56:52 -0000 Date: Wed, 13 Sep 2006 00:57:00 -0000 Message-ID: <20060913005652.6622.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug other/29049] possible problem: building gcc >= 4.2 on i686 GNU/Linux|SMP (non-64bit) platform fails In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "joseph at codesourcery dot com" Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org X-SW-Source: 2006-09/txt/msg01126.txt.bz2 List-Id: ------- Comment #18 from joseph at codesourcery dot com 2006-09-13 00:56 ------- Subject: Re: New: possible problem: building gcc >= 4.2 on i686 GNU/Linux|SMP (non-64bit) platform fails On Tue, 12 Sep 2006, WISD00M at GMX dot NET wrote: > ./xgcc -B./ -B/usr/local/i686-pc-linux-gnu/bin/ -isystem > /usr/local/i686-pc-linux-gnu/include -isystem > /usr/local/i686-pc-linux-gnu/sys-include -L/root/gcc-build/gcc/../ld -O2 > -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes > -Wold-style-definition -isystem ./include -I. -I. > -I../../gcc-4.2-20060906/gcc -I../../gcc-4.2-20060906/gcc/. > -I../../gcc-4.2-20060906/gcc/../include > -I../../gcc-4.2-20060906/gcc/../libcpp/include > -I../../gcc-4.2-20060906/gcc/../libdecnumber -I../libdecnumber -g0 > -finhibit-size-directive -fno-inline-functions -fno-exceptions > -fno-zero-initialized-in-bss -fno-toplevel-reorder -fno-omit-frame-pointer \ > -c ../../gcc-4.2-20060906/gcc/crtstuff.c -DCRT_BEGIN \ > -o crtbegin.o If you rerun this manually with -v added to the compiler options, what is the full output? What are the contents of configargs.h in the gcc build directory? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29049