Gentoo Archives: gentoo-dev

From: Karl Trygve Kalleberg <karltk@×××××××.no>
To: gentoo-dev@××××××××××.org
Subject: Re: [gentoo-dev] kdemultimedia & koffice problems resolved
Date: Sat, 20 Oct 2001 08:29:13
Message-Id: 20011020162813.11c9a4db.karltk@prosalg.no
In Reply to: Re: [gentoo-dev] kdemultimedia & koffice problems resolved by Dan Armak
1 On Fri, 19 Oct 2001 23:29:20 +0200
2 Dan Armak <danarmak@g.o> wrote:
3
4 > Hi again,
5 >
6 > There are interesting results allright. I removed tcltk from USE,
7 remerged
8 > python, and koffice still builds successfully!
9 >
10 > So, out diagnosis may be wrong. We need to discuss this.
11
12 I figured what the problem is in my and kabau's case. It is python-config
13 missing -lm in the list of libraries it requires. This causes koffice's
14 configure to fall back on defaults, which do not include -lreadline.
15
16 After remerging python-2.0-r4, it all works. One could also just append
17 -lm to the library list in the python-config script.
18
19 Cheers,
20
21 Karl T