From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mike Stump To: gcc@gcc.gnu.org, pfeifer@dbai.tuwien.ac.at Subject: Re: Parallel build problems on sparc-sun-solaris2.8 Date: Wed, 20 Sep 2000 11:01:00 -0000 Message-id: <200009201800.LAA26326@kankakee.wrs.com> X-SW-Source: 2000-09/msg00482.html > Date: Wed, 20 Sep 2000 15:12:48 +0200 (CEST) > From: Gerald Pfeifer > To: gcc@gcc.gnu.org > Has any of you access to a two-processor SPARC box running Solaris > 2.8 (or perhaps 2.7)? > I'm getting weird parallel build failures and would like to know whether > these can be reproduced by someone else using my settings. Most parallel build problems can be seen on single processor boxes with a -j3 to -j5 bootstrap. They can usually be identified by the fact that make -j1 works flawlessly, and a make -j5 doesn't. :-( If you show us the error in a make -j5, we can probably tell you if we've seen it before.