This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Build broken on gcc-4.3 branch?
- From: "Richard Guenther" <richard dot guenther at gmail dot com>
- To: "Uros Bizjak" <ubizjak at gmail dot com>
- Cc: GCC <gcc at gcc dot gnu dot org>
- Date: Tue, 20 May 2008 16:52:18 +0200
- Subject: Re: Build broken on gcc-4.3 branch?
- References: <5787cf470805200657l203c47fay7bbf8f8db93dc64@mail.gmail.com>
On Tue, May 20, 2008 at 3:57 PM, Uros Bizjak <ubizjak@gmail.com> 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.