Java Mailing List Archive

http://www.redhatconfig.com/

Home » Gentoo Linux »

Re: [gentoo-user] pygtk threading disabled at compile time

Neil Bothwick

2008-05-05

Replies:

Author LoginPost Reply
On Mon, 5 May 2008 03:32:58 +0300, Daniel Iliev wrote:

> You might want to try this:
>
> echo "EXTRA_ECONF=--enable-threads" >> /etc/make.conf
> emerge -1 dev-python/pygtk

That would enable it for all ebuilds. To do it foe one package you have
two options.

The temporary approach:
EXTRA_ECONF=--enable-threads emerge -1 dev-python/pygtk

The permanent approach:
mkdir -p /etc/portage/env/dev-python
echo "EXTRA_ECONF=--enable-threads" >>/etc/portage/env/dev-python/pygtk
emerge -1 dev-python/pygtk


--
Neil Bothwick

Top Oxymorons Number 22: Childproof

Attachment: signature.asc (zipped)
©2008 redhatconfig.com - Jax Systems, LLC, U.S.A.