This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]