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]

Make machinery


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


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