https://bugzilla.novell.com/show_bug.cgi?id=233200 ------- Comment #11 from eich@novell.com 2007-01-12 07:33 MST ------- I sometimes need to build the entire stack - but in a way that they rely upon the installed versions and without installing each package into the system. Therefore I use DESTDIR or similar tricks. The problem was that libtool found the version of libICE that was installed in DESTDIR and added the dependency but added the the path to the system library directory (probably because of --prefix=/usr). Yes, the hardcoded paths of libraries in the .la files seems to haunt a lot of people. At least I've heard several people complain about it and people are even thinking about getting rid of libtool again for X because it causes at least as many problems as it solves. In any case I managed to solve my problem by tweaking some configure and make variables. I was glad that I was able to find out how without having to obtain a deeper understanding of libtool. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.