From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21213 invoked by alias); 23 Aug 2007 19:06:57 -0000 Received: (qmail 18803 invoked by uid 48); 23 Aug 2007 19:06:44 -0000 Date: Thu, 23 Aug 2007 19:06:00 -0000 Message-ID: <20070823190644.18802.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: "mwheeler at pittstate dot edu" 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-08/txt/msg01687.txt.bz2 ------- Comment #2 from mwheeler at pittstate dot edu 2007-08-23 19:06 ------- I'm having this exact same problem. I'm building on AIX 5.3. My output looks almost exactly the same as the other posters. My only configure option was: --prefix=/usr/local Here is the output: make[3]: Entering directory `/scratch/gcc-4.2.1/gcc-obj/gcc' TARGET_CPU_DEFAULT="" \ HEADERS="auto-host.h ansidecl.h" DEFINES="USE_COLLECT2" \ /bin/sh ../../gcc-4.2.1/gcc/mkconfig.sh config.h TARGET_CPU_DEFAULT="" \ HEADERS="options.h config/rs6000/rs6000.h config/rs6000/aix.h config/rs6000/aix52.h config/rs6000/xcoff.h defaults.h" DEFINES="" \ /bin/sh ../../gcc-4.2.1/gcc/mkconfig.sh tm.h nawk -f ../../gcc-4.2.1/gcc/opt-gather.awk ../../gcc-4.2.1/gcc/ada/lang.opt ../../gcc-4.2.1/gcc/fortran/lang.opt ../../gcc-4.2.1/gcc/java/lang.opt ../../gcc-4.2.1/gcc/treelang/lang.opt ../../gcc-4.2.1/gcc/c.opt ../../gcc-4.2.1/gcc/common.opt ../../gcc-4.2.1/gcc/config/rs6000/rs6000.opt ../../gcc-4.2.1/gcc/config/rs6000/aix64.opt > tmp-optionlist /bin/sh ../../gcc-4.2.1/gcc/../move-if-change tmp-optionlist optionlist echo timestamp > s-options nawk -f ../../gcc-4.2.1/gcc/opt-functions.awk -f ../../gcc-4.2.1/gcc/opth-gen.awk \ < optionlist > tmp-options.h /bin/sh ../../gcc-4.2.1/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 ../../gcc-4.2.1/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../../gcc-4.2.1/gcc -I../../gcc-4.2.1/gcc/build -I../../gcc-4.2.1/gcc/../include -I./../intl -I../../gcc-4.2.1/gcc/../libcpp/include -I../../gcc-4.2.1/gcc/../libdecnumber -I../libdecnumber -o build/errors.o ../../gcc-4.2.1/gcc/errors.c build/genmodes -h > tmp-modes.h /bin/sh: build/genmodes: not found. make[3]: *** [s-modes-h] Error 127 make[3]: Leaving directory `/scratch/gcc-4.2.1/gcc-obj/gcc' make[2]: *** [all-stage1-gcc] Error 2 make[2]: Leaving directory `/scratch/gcc-4.2.1/gcc-obj' make[1]: *** [stage1-bubble] Error 2 make[1]: Leaving directory `/scratch/gcc-4.2.1/gcc-obj' make: *** [all] Error 2 -- mwheeler at pittstate dot edu changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mwheeler at pittstate dot | |edu http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32272