This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Build broken on gcc-4.3 branch?
- From: "Uros Bizjak" <ubizjak at gmail dot com>
- To: GCC <gcc at gcc dot gnu dot org>
- Date: Tue, 20 May 2008 15:57:40 +0200
- Subject: Build broken on gcc-4.3 branch?
Hello!
Does anybody else see build failure on 4_3 branch? My build from a
clean dir (./configure --with-mpfr=/usr/local) dies with
gcc -c -g -fkeep-inline-functions -DIN_GCC -W -Wall
-Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes
-Wold-style-definition -Wmissing-format-attribute -pedantic
-Wno-long-long -Wno-variadic-macros -Wno-overlength-strings
-fno-common -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild
-I../../gcc-svn/branches/gcc-4_3-branch/gcc
-I../../gcc-svn/branches/gcc-4_3-branch/gcc/build
-I../../gcc-svn/branches/gcc-4_3-branch/gcc/../include
-I../../gcc-svn/branches/gcc-4_3-branch/gcc/../libcpp/include
-I/usr/local/include
-I../../gcc-svn/branches/gcc-4_3-branch/gcc/../libdecnumber
-I../../gcc-svn/branches/gcc-4_3-branch/gcc/../libdecnumber/bid
-I../libdecnumber -o build/errors.o
../../gcc-svn/branches/gcc-4_3-branch/gcc/errors.c
build/genmodes -h > tmp-modes.h
/bin/sh: build/genmodes: No such file or directory
gmake[3]: *** [s-modes-h] Error 127
Uros.