I have often been able to succesfully continue from that point by just giving make without -j. If not, I just start from the beginning with -j2 or without -j .
Making gcc with more than -j2 always fails for me at some random
point. The process generates lots of config files and libraries
that are needed later in a compilation. These files may not be in
dependencies. Maybe that would be too complicated, the files
should be in place anyway if the process has got that far. In
parallel build some threads may get too far referencing files
that another thread has not been generated yet.
- Re: GDC 4.7 build problems on Ubuntu 12.10 H. S. Teoh
- Re: GDC 4.7 build problems on Ubuntu 12.10 Timo Sintonen
- Re: GDC 4.7 build problems on Ubuntu 12.10 Joseph Rushton Wakeling
- Re: GDC 4.7 build problems on Ubuntu 12.1... Timo Sintonen
- Re: GDC 4.7 build problems on Ubuntu ... Joseph Rushton Wakeling
- Re: GDC 4.7 build problems on Ubu... Joseph Rushton Wakeling
- Re: GDC 4.7 build problems o... Joseph Rushton Wakeling
- Re: GDC 4.7 build proble... Iain Buclaw
- Re: GDC 4.7 build problems on Ubu... H. S. Teoh