Gentoo Archives: gentoo-user

From: Stroller <stroller@××××××××××××××××××.uk>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] seq24 fails to comoile
Date: Thu, 07 Oct 2010 09:16:30
Message-Id: 52213392-0D02-4670-A895-BB16974BC35C@stellar.eclipse.co.uk
In Reply to: Re: [gentoo-user] seq24 fails to comoile by meino.cramer@gmx.de
1 On 7 Oct 2010, at 06:40, meino.cramer@×××.de wrote:
2 >> ...
3 >>> MAKEOPTS="-j 12"
4 >>
5 >> Arrrrrrrrgh Nooooooooo!!! That's probably your problem right there.
6 >> The recommendation in the manual is N+1, where N == number of cores. Do
7 >> you have 11 or more cores? I find that even that isn't always safe. I
8 >> set...
9 >>
10 >> MAKEOPTS="-j 1"
11 >> ...
12 >
13 > I made the changes you suggested and now got an different error ... it
14 > still does not compile.
15
16 Did you reduce it to (the number of cores in your system + 1) or to "-j 1"?
17
18 If the former, try the latter.
19
20 Stroller.

Replies

Subject Author
Re: [gentoo-user] seq24 fails to comoile meino.cramer@×××.de