Gentoo Archives: gentoo-user

From: Douglas J Hunley <doug.hunley@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] wxGTK compilation fails "missing thread.h"
Date: Fri, 25 Jul 2014 16:39:05
Message-Id: CALxYTP7gz-hP4oChOnC3hdk_56CwEbdP6OseYULyLYk-4XpXHw@mail.gmail.com
In Reply to: Re: [gentoo-user] wxGTK compilation fails "missing thread.h" by Peter Humphrey
1 On Fri, Jul 25, 2014 at 12:48 AM, Peter Humphrey <peter@××××××××××××.uk>
2 wrote:
3
4 > I sometimes find this error coming from multi-thread compilation. I fix it
5 > by
6 > prepending the emerge command with MAKEOPTS="-j1". You could try that.
7 >
8
9 Indeed, this is probably parallelism gone wrong. However, you should really
10 use package.env to override MAKEOPTS instead of using "one off" command
11 line overrides
12
13
14 --
15 Douglas J Hunley (doug.hunley@×××××.com)
16 Twitter: @hunleyd Web:
17 about.me/douglas_hunley
18 G+: http://google.com/+DouglasHunley

Replies

Subject Author
Re: [gentoo-user] wxGTK compilation fails "missing thread.h" Neil Bothwick <neil@××××××××××.uk>
Re: [gentoo-user] wxGTK compilation fails "missing thread.h" Peter Humphrey <peter@××××××××××××.uk>