This is the mail archive of the java-patches@gcc.gnu.org mailing list for the Java 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]

Re: Patch: FYI: fastjar -vs- --help aka PR 5303


Tom,

This patch:

 > 2002-01-09  Tom Tromey  <tromey@redhat.com>
 > 
 > 	For PR libgcj/5303:
 > 	[...]
 > 	* configure, Makefile.in, config.h.in: Rebuilt.

Broke bootstrap (using cc for stage1) on solaris2.7 and irix6.2.

solaris2.7:
 > cc -DHAVE_CONFIG_H -I. -I../../egcc-CVS20020111/fastjar
 > -I. -I. -I../../egcc-CVS20020111/fastjar
 > -I../../egcc-CVS20020111/fastjar/../zlib
 > -I../../egcc-CVS20020111/fastjar/../include -g -c
 > ../../egcc-CVS20020111/fastjar/dostime.c
 > command line: fatal: invalid arg for option M  D: No such file or directory
 > cc: acomp failed for ../../egcc-CVS20020111/fastjar/dostime.c
 > make[2]: *** [dostime.o] Error 2

iris6.2:
 > cc -n32 -DHAVE_CONFIG_H -I. -I../../egcc-CVS20020111/fastjar
 > -I. -I. -I../../egcc-CVS20020111/fastjar
 > -I../../egcc-CVS20020111/fastjar/../zlib
 > -I../../egcc-CVS20020111/fastjar/../include -g -c
 > ../../egcc-CVS20020111/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.
 > make[2]: *** [jartool.o] Error 2

I think its because when you generated Makefile.in, you left off the
--include-deps flag.  At least, that fixed it for me when I reran
"automake --gnu --include-deps Makefile" using 1.4.  Would you please
take a look?

		Thanks,
		--Kaveh
--
Kaveh R. Ghazi			Director of Systems Architecture
ghazi@caip.rutgers.edu		Qwest Global Services


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