On Tue, May 20, 2008 at 3:57 PM, Uros Bizjak <[EMAIL PROTECTED]> wrote: > 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
It works for me. Maybe you have a too high -j and some dependencies are missing? What make version do you use? I use make-3.81. Richard.