This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
irix6.5 bootstrap dies in fastjar
- From: "Billinghurst, David (CRTS)" <David dot Billinghurst at riotinto dot com>
- To: <gcc-bugs at gcc dot gnu dot org>
- Cc: <tromey at redhat dot com>
- Date: Thu, 10 Jan 2002 20:19:54 -0500
- Subject: irix6.5 bootstrap dies in fastjar
irix6.5 bootstrap with cc dies in fastjar. This worked yesterday. I
suspect that the root cause is trying to build fastjar with cc.
The error is
make[2]: Entering directory `/exd4/billingd/obj/gcc/fastjar'
cc -DHAVE_CONFIG_H -I. -I/exd4/billingd/src/gcc/fastjar -I. -I.
-I/exd4/billingd/src/gcc/fastjar
-I/exd4/billingd/src/gcc/fastjar/../zlib
-I/exd4/billingd/src/gcc/fastjar/../include -g -c
/exd4/billingd/src/gcc/fastjar/jartool.c
Command-line error(1574): invalid macro definition:
Error(1005): could not open source file ".deps/jartool.pp"
2 catastrophic errors detected in the compilation of ".deps/jartool.pp".
Compilation terminated.
I suspect it was introduced by:
2002-01-09 Tom Tromey <tromey@redhat.com>
For PR libgcj/5303:
* jargrep.h: Removed RCS keywords.
(GVERSION): Removed.
* configure, Makefile.in, config.h.in: Rebuilt.
* configure.in: Added AM_MAINTAINER_MODE.
Don't look for getopt.h. Use `fastjar' as package name.
* Makefile.am (INCLUDES): Look in ../include.
(LIBIBERTY): New macro.
etc