From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19131 invoked by alias); 9 Jul 2009 23:16:27 -0000 Received: (qmail 19095 invoked by uid 48); 9 Jul 2009 23:16:14 -0000 Date: Thu, 09 Jul 2009 23:16:00 -0000 Subject: [Bug c/40706] New: gcc doesn't compile on centos3 64bit X-Bugzilla-Reason: CC Message-ID: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "junk at ysengrin dot com" 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: 2009-07/txt/msg00832.txt.bz2 this is true for 4.2.4, 4.3.3 and 4.4.0 (note that 3.4.6 builds normally): performed a clean install, then configured in a fully separate directory, the configure is performing without error. still in a fully separate directory, run make (I've tried version 3.79.1 and the latest 3.81): TARGET_CPU_DEFAULT="" \ HEADERS="auto-host.h ansidecl.h" DEFINES="" \ /bin/sh /tmp/gcc/gcc-4.2.4/gcc/mkconfig.sh config.h TARGET_CPU_DEFAULT="" \ HEADERS="options.h config/i386/biarch64.h config/i386/i386.h config/i386/unix.h config/i386/att.h config/dbxelf.h config/elfos.h config/svr4.h config/linux.h config/i386/x86-64.h config/i386/linux64.h defaults.h" DEFINES="UCLIBC_DEFAULT=0" \ /bin/sh /tmp/gcc/gcc-4.2.4/gcc/mkconfig.sh tm.h gawk -f /tmp/gcc/gcc-4.2.4/gcc/opt-gather.awk /tmp/gcc/gcc-4.2.4/gcc/ada/lang.opt /tmp/gcc/gcc-4.2.4/gcc/fortran/lang.opt /tmp/gcc/gcc-4.2.4/gcc/java/lang.opt /tmp/gcc/gcc-4.2.4/gcc/treelang/lang.opt /tmp/gcc/gcc-4.2.4/gcc/c.opt /tmp/gcc/gcc-4.2.4/gcc/common.opt /tmp/gcc/gcc-4.2.4/gcc/config/i386/i386.opt /tmp/gcc/gcc-4.2.4/gcc/config/linux.opt > tmp-optionlist /bin/sh /tmp/gcc/gcc-4.2.4/gcc/../move-if-change tmp-optionlist optionlist echo timestamp > s-options gawk -f /tmp/gcc/gcc-4.2.4/gcc/opt-functions.awk -f /tmp/gcc/gcc-4.2.4/gcc/opth-gen.awk \ < optionlist > tmp-options.h /bin/sh /tmp/gcc/gcc-4.2.4/gcc/../move-if-change tmp-options.h options.h echo timestamp > s-options-h TARGET_CPU_DEFAULT="" \ HEADERS="auto-host.h ansidecl.h" DEFINES="" \ /bin/sh /tmp/gcc/gcc-4.2.4/gcc/mkconfig.sh bconfig.h gcc -c -g -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I/tmp/gcc/gcc-4.2.4/gcc -I/tmp/gcc/gcc-4.2.4/gcc/build -I/tmp/gcc/gcc-4.2.4/gcc/../include -I/tmp/gcc/gcc-4.2.4/gcc/../libcpp/include -I/tmp/gcc/gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -o build/errors.o /tmp/gcc/gcc-4.2.4/gcc/errors.c build/genmodes -h > tmp-modes.h /bin/sh: line 1: build/genmodes: No such file or directory make: *** [s-modes-h] Error 127 -- Summary: gcc doesn't compile on centos3 64bit Product: gcc Version: 4.4.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: junk at ysengrin dot com http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40706