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]

No rule to make target `genextract.c'


For parallel make on a two processor box I now, more or less consistently,
are getting the following bootstrap failure:

gmake[4]: Entering directory `/files/pfeifer/OBJ-1309-15:00/gcc'
./xgcc -B./ -B/sw/test/gcc/SunOS/sparc-sun-solaris2.8/bin/ -isystem /sw/test/gcc/SunOS/sparc-sun-solaris2.8/include  -DIN_GCC  -DSVR4  `echo -g -W -Wall -Wtraditional -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -W -Wall -Wtraditional -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long|sed -e 's/-pedantic//g' -e 's/-Wtraditional//g'` -isystem ./include  -I. -I/sw/test/gcc/gcc/gcc -I/sw/test/gcc/gcc/gcc/config -I/sw/test/gcc/gcc/gcc/../include  \
	-c /sw/test/gcc/gcc/gcc/config/sparc/gmon-sol2.c -o tgmon.o
gmake[4]: Entering directory `/files/pfeifer/OBJ-1309-15:00/gcc'
gmake[4]: *** No rule to make target `genextract.c', needed by `genextract.o'.  Stop.
gmake[4]: *** Waiting for unfinished jobs....
gmake[4]: Leaving directory `/files/pfeifer/OBJ-1309-15:00/gcc'

Definitely seems like a Makefile problem to me...

Gerald
-- 
Gerald "Jerry" pfeifer@dbai.tuwien.ac.at http://www.dbai.tuwien.ac.at/~pfeifer/


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