Gentoo Archives: gentoo-amd64

From: Michael Hordijk <hoffbrinkle@×××××××.com>
To: gentoo-amd64@l.g.o
Subject: [gentoo-amd64] Dynamic library trying to link against static library?
Date: Sat, 12 Aug 2006 16:13:37
Message-Id: ebkuge$a0$1@sea.gmane.org
1 So this is more of a library linking issue, but I run into this error
2 frequently, especially when linking against ncurses. I'm trying to
3 emerge dev-perl/Curses-1.14. It then tries to link against ncurses, and
4 fails when it can't build an .so using libncurses.a. Well no kidding.
5 The ncurses ebuild puts libncurses.a in /usr/lib64 and libncurses.so in
6 /lib64. How do I get packages like the above to properly link against
7 the dynamic library in /lib64 rather than /usr/lib64?
8
9 - hoffer
10
11 --
12 gentoo-amd64@g.o mailing list

Replies

Subject Author
Re: [gentoo-amd64] Dynamic library trying to link against static library? Richard Fish <bigfish@××××××××××.org>