Make machinery

Nathan Sidwell nathan@codesourcery.com
Mon Jun 19 02:13:00 GMT 2000


Hi,
Something's recently broken the make machinery such that it's not
possible to
	make maintainer-clean
	configure ...
	make bootstrap

if [ -f ranlib ] || [ -f /usr/bin/ranlib -o -f /bin/ranlib ] ; then ranlib libcpp.a ; else true ; fi
cd cp && make ./parse.c
make[3]: Entering directory `/home/staff/nathan/egcs/devel/egcs/gcc/cp'
expect 31 shift/reduce conflicts and 42 reduce/reduce conflicts.
cd .; bison  -d -o parse.c parse.y
parse.y contains 31 shift/reduce conflicts and 42 reduce/reduce conflicts.
cd .; grep '^#define[   ]*YYEMPTY' parse.c >>parse.h
make[3]: Leaving directory `/home/staff/nathan/egcs/devel/egcs/gcc/cp'
make[2]: *** No rule to make target `java/parse.c', needed by `intl.all'.  Stop.
make[2]: Leaving directory `/home/staff/nathan/egcs/devel/egcs/gcc'
make[1]: *** [bootstrap] Error 2
make[1]: Leaving directory `/home/staff/nathan/egcs/devel/egcs/gcc'
make: *** [bootstrap] Error 2

I attach the gzip'd make log

Many people have been wading around in the make machinery recently, hopefully
this'll ring a bell with someone ;-)

nathan
-- 
Dr Nathan Sidwell   ::   http://www.codesourcery.com   ::   CodeSourcery LLC
         'But that's a lie.' - 'Yes it is. What's your point?'
nathan@codesourcery.com : http://www.cs.bris.ac.uk/~nathan/ : nathan@acm.org
make.log.gz

-------------- next part --------------
A non-text attachment was scrubbed...
Name: make.log.gz
Type: application/x-gzip
Size: 2272 bytes
Desc: not available
URL: <http://gcc.gnu.org/pipermail/gcc-bugs/attachments/20000619/6004b40a/attachment.bin>


More information about the Gcc-bugs mailing list