From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14602 invoked by alias); 20 Jun 2007 07:18:28 -0000 Received: (qmail 14567 invoked by uid 48); 20 Jun 2007 07:18:15 -0000 Date: Wed, 20 Jun 2007 07:18:00 -0000 Message-ID: <20070620071815.14566.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug bootstrap/32272] make exit because build/genmodes.exe doesn't exist In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "boris at phidani dot be" 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: 2007-06/txt/msg01638.txt.bz2 ------- Comment #1 from boris at phidani dot be 2007-06-20 07:18 ------- got same problem with gcc 4.2.0 on suse linux 9.0: I did: /opt/gcc-4.2.0/configure --program-suffix=-4.2.0 then: make CFLAGS='-O' LIBCFLAGS='-g -O2' LIBCXXFLAGS='-g -O2 -fno-implicit-templates' bootstrap Here is the last lines of the output: ar cru libdecnumber.a decNumber.o decContext.o decUtility.o decimal32.o decimal64.o decimal128.o ranlib libdecnumber.a make[3]: Leaving directory `/opt/gcc-4.2.0-obj/libdecnumber' make[3]: Entering directory `/opt/gcc-4.2.0-obj/gcc' TARGET_CPU_DEFAULT="" \ HEADERS="auto-host.h ansidecl.h" DEFINES="" \ /bin/sh /opt/gcc-4.2.0/gcc/mkconfig.sh config.h TARGET_CPU_DEFAULT="" \ HEADERS="options.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/linux.h defaults.h" DEFINES="UCLIBC_DEFAULT=0" \ /bin/sh /opt/gcc-4.2.0/gcc/mkconfig.sh tm.h gawk -f /opt/gcc-4.2.0/gcc/opt-gather.awk /opt/gcc-4.2.0/gcc/treelang/lang.opt /opt/gcc-4.2.0/gcc/c.opt /opt/gcc-4.2.0/gcc/common.opt /opt/gcc-4.2.0/gcc/config/i386/i386.opt /opt/gcc-4.2.0/gcc/config/linux.opt > tmp-optionlist /bin/sh /opt/gcc-4.2.0/gcc/../move-if-change tmp-optionlist optionlist echo timestamp > s-options gawk -f /opt/gcc-4.2.0/gcc/opt-functions.awk -f /opt/gcc-4.2.0/gcc/opth-gen.awk \ < optionlist > tmp-options.h /bin/sh /opt/gcc-4.2.0/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 /opt/gcc-4.2.0/gcc/mkconfig.sh bconfig.h gcc -c -g -fkeep-inline-functions -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -fno-common -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I/opt/gcc-4.2.0/gcc -I/opt/gcc-4.2.0/gcc/build -I/opt/gcc-4.2.0/gcc/../include -I/opt/gcc-4.2.0/gcc/../libcpp/include -I/opt/gcc-4.2.0/gcc/../libdecnumber -I../libdecnumber -o build/errors.o /opt/gcc-4.2.0/gcc/errors.c build/genmodes -h > tmp-modes.h /bin/sh: line 1: build/genmodes: No such file or directory make[3]: *** [s-modes-h] Error 127 make[3]: Leaving directory `/opt/gcc-4.2.0-obj/gcc' make[2]: *** [all-stage1-gcc] Error 2 make[2]: Leaving directory `/opt/gcc-4.2.0-obj' make[1]: *** [stage1-bubble] Error 2 make[1]: Leaving directory `/opt/gcc-4.2.0-obj' make: *** [bootstrap] Error 2 -- boris at phidani dot be changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |boris at phidani dot be http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32272