Gentoo Archives: gentoo-dev

From: Daniel Robbins <drobbins@g.o>
To: gentoo-dev@××××××××××.org
Subject: Re: [gentoo-dev] xchat-1.8.2 anomalies
Date: Wed, 01 Aug 2001 13:57:00
Message-Id: 20010801135700.G27021@cvs.gentoo.org
In Reply to: [gentoo-dev] xchat-1.8.2 anomalies by Karl Trygve Kalleberg
1 On Wed, Aug 01, 2001 at 09:53:15PM +0200, Karl Trygve Kalleberg wrote:
2 > The xchat-1.8.2 has a few 'issues' when compiled with python 2.0
3 > support. The configure.in file should be patched along the lines:
4 >
5 > 307c307
6 > < PY_LIBS="-lpython$PY_VERSION"
7 > ---
8 > > PY_LIBS="`python-config` -lm"
9 >
10 > (Sorry for not -u'ing this diff).
11 >
12 > Also, xchat-1.8.2 will not compile properly with --disable-perl. I'm still
13 > investigating this.
14 >
15 > I would very much guess this to be the xchat developers' fault, not the
16 > ebuild maintainer (achim in this case).
17
18 Well, python-config is a Gentoo Linux-specific program, but it definitely
19 a good thing :) Please continue to work on the ebuild and post it here when
20 you have everything working.
21
22 Best Regards,
23
24 --
25 Daniel Robbins <drobbins@g.o>
26 Chief Architect/President http://www.gentoo.org
27 Gentoo Technologies, Inc.

Replies

Subject Author
Re: [gentoo-dev] xchat-1.8.2 anomalies Karl Trygve Kalleberg <karltk@×××××××.no>