This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug bootstrap/18801] bootstrap fails to build libiberty.a library on AIX 5.2
- From: "nospampeeps at yahoo dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 9 Dec 2004 16:44:45 -0000
- Subject: [Bug bootstrap/18801] bootstrap fails to build libiberty.a library on AIX 5.2
- References: <20041202224229.18801.nospampeeps@yahoo.com>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From nospampeeps at yahoo dot com 2004-12-09 16:44 -------
(In reply to comment #1)
> Look at PR 17940.
> Do you have the environment variable MAKE set to "gnumake -r" or something
like that?
Yes, I had MAKEFLAGS='-rj 2'. Clearing the variable seems to have corrected
the problem, but now I'm missing the "c-parse.c" source file.
gcc -c -g -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-
prototypes -pedantic -Wno-long-long -Wno-error -DHAVE_CONFIG_H -I. -I. -
I/voltds/doug/tmp/gcc-3.4.3/gcc -I/voltds/doug/tmp/gcc-3.4.3/gcc/. -
I/voltds/doug/tmp/gcc-3.4.3/gcc/../include c-parse.c -o c-parse.o
gcc: c-parse.c: No such file or directory
gcc: no input files
make[2]: *** [c-parse.o] Error 1
make[2]: Leaving directory `/voltds/doug/tmp/gcc-3.4.3.aix/gcc'
make[1]: *** [stage1_build] Error 2
make[1]: Leaving directory `/voltds/doug/tmp/gcc-3.4.3.aix/gcc'
make: *** [bootstrap] Error 2
AIX:doug:0> *** [c-parse.o] Error 1
ksh: Makefile: 0403-006 Execute permission denied.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18801