Duane Wessels wrote:
> I installed GNU make, and GNU make always compiles correctly. But I think GNU
> make isn't parallelizing the compile for some reason:
On some platforms it wont. GNU make will never spawn more than -j build
commands in total, even when there are sub-tree make processes runnin.
If it cannot communicate between the make processes (no idea how that is
done) then it will limit each sub-tree make to -j 1.
It does make parallell builds on platforms where this communication is
supported (such as Linux). Tried with -j 10 and it did indeed make 10
gcc in parallel, and within sub directories where possible.
/Henrik
Received on Sat Aug 19 2000 - 13:46:06 MDT
This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 16:12:35 MST