This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
How to deal with this?
- To: gcc at gcc dot gnu dot org
- Subject: How to deal with this?
- From: Brad Lucier <lucier at math dot purdue dot edu>
- Date: Tue, 12 Dec 2000 18:06:57 -0500 (EST)
- Cc: lucier at math dot purdue dot edu
This is on alphaev6-unknown-linux-gnu with Red Hat 6.0 + 2.2.18 kernel +
2.9.5 binutils + make 3.79; I've read the info pages for make 3.79,
and I think I understand what the problem is, but I can't find where to
fix it.
Brad
make[3]: Entering directory `/export/u11/lucier/programs/gcc/objdir/alphaev6-unknown-linux-gnu/zlib'
make[3]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule.
This happens several times, e.g.:
make[3]: Entering directory `/export/u11/lucier/programs/gcc/objdir/alphaev6-unknown-linux-gnu/libiberty'
make[3]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule.
and
make[3]: Entering directory `/export/u11/lucier/programs/gcc/objdir/alphaev6-unknown-linux-gnu/libf2c'
make[3]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule.
Brad