When I configure with --disable-bootstrap and I try a parallel make -j4, I get the following error inside the gcc directory:
make[2]: *** No rule to make target `gt-c-pragma.h', needed by `c-pragma.o'. Stop. make[2]: *** Waiting for unfinished jobs.... If I do a "make -j4 -k" it still gets the error, but after that a "make -j4" works. So gt-c-pragma.h is getting generated but no dependency exists. There may be other gt- files missing dependencies too. I'm using sparc-sun-solaris2.10 and gnumake-3.80, but I don't think that matters. -- Summary: Parallel make fails with --disable-bootstrap Product: gcc Version: 4.2.0 Status: UNCONFIRMED Keywords: build Severity: normal Priority: P3 Component: bootstrap AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: ghazi at gcc dot gnu dot org http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29402