Gentoo Archives: gentoo-user

From: Neil Bothwick <neil@××××××××××.uk>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] pygtk threading disabled at compile time
Date: Mon, 05 May 2008 08:43:11
Message-Id: 20080505094307.2da7454f@loonquawl.digimed.co.uk
In Reply to: Re: [gentoo-user] pygtk threading disabled at compile time by Daniel Iliev
1 On Mon, 5 May 2008 03:32:58 +0300, Daniel Iliev wrote:
2
3 > You might want to try this:
4 >
5 > echo "EXTRA_ECONF=--enable-threads" >> /etc/make.conf
6 > emerge -1 dev-python/pygtk
7
8 That would enable it for all ebuilds. To do it foe one package you have
9 two options.
10
11 The temporary approach:
12 EXTRA_ECONF=--enable-threads emerge -1 dev-python/pygtk
13
14 The permanent approach:
15 mkdir -p /etc/portage/env/dev-python
16 echo "EXTRA_ECONF=--enable-threads" >>/etc/portage/env/dev-python/pygtk
17 emerge -1 dev-python/pygtk
18
19
20 --
21 Neil Bothwick
22
23 Top Oxymorons Number 22: Childproof

Attachments

File name MIME type
signature.asc application/pgp-signature

Replies

Subject Author
Re: [gentoo-user] pygtk threading disabled at compile time luis jure <ljc@××××××××××××.uy>