Gentoo Archives: gentoo-user

From: Peter Alfredsen <loki_val@g.o>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] libtool question
Date: Thu, 23 Apr 2009 19:46:30
Message-Id: 20090423214504.7be04660@gentoo.org
In Reply to: [gentoo-user] libtool question by Helmut Jarausch
1 On Thu, 23 Apr 2009 11:45:19 +0200 (CEST)
2 Helmut Jarausch <jarausch@××××××××××××××××.de> wrote:
3
4 > Hi,
5 >
6 > unfortunately, libtool is one of my black spots in my Linux knowlegde.
7 >
8 > Trying to emerge app-editors/kile-2.0.3-r1 libtool fails with
9 > libtool: link: cannot find the library `/usr/lib/libpcreposix.la'
10 >
11 > The libtool command is too long to include here, but it definitely
12 > doesn't contain pcreposix.
13 > So, why does libtool try to find /usr/lib/libpcreposix.la (which
14 > doesn't exist, indeed)?
15 > Howto fix this?
16
17 emerge =dev-util/lafilefixer-0.5
18 lafilefixer --justfixit
19
20 or
21
22 emerge app-portage/gentoolkit
23 revdep-rebuild -i -- -a
24
25 /loki_val