Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Finally found the answer:

Instead of make -j4, simply remove the -j. Checked the Make book from 2004, p.43, Chapter 5, 5.3 Parallel Execution

127,000 lines of output, no freeze up.

make[2]: Leaving directory '/mnt/extra_data/Sage/Develop/sage/build/make' Sage build/upgrade complete! real 173m38.671s user 226m18.537s sys 9m37.969s make[1]: Leaving directory '/mnt/extra_data/Sage/Develop/sage'

Finally found the answer:

Instead of make -j4, simply remove the -j. -j option, so just make. Checked the Make book from 2004, p.43, Chapter 5, 5.3 Parallel Execution

127,000 lines of output, no freeze up.

make[2]: Leaving directory '/mnt/extra_data/Sage/Develop/sage/build/make' Sage build/upgrade complete! real 173m38.671s user 226m18.537s sys 9m37.969s make[1]: Leaving directory '/mnt/extra_data/Sage/Develop/sage'