On Tue, Apr 23, 2002 at 02:33:53PM +0200, Cajus Pollmeier wrote: > 2) As said, the make completes the second time, and everything > seems to be fine. When "make install" is on the way, it removes > the shared libraries (built by make) and tries to relink them. Due > to an incorrect rpath it doesn't seem to get the libs right and only > builds one of them. The others depend on this one. > First there where non absolute paths in rpath, so I changed > ./configure to `pwd`/configure in debian/rules, but this didn't help. > > See: http://lug.mfh-iserlohn.de/stuff/build-2.log
Hello Cajus :), rpath, libtool? Ah yes there is a very long and sad story about this. Apparently the latest libtool, or ones from a certain version, fix this problem. Alternatively there is an evil patch somewhere that will also fix it. Look in the archives (debian-devel iirc) for something like LIBTOOL_IS_A_FOOL or similar. - Craig -- Craig Small VK2XLZ GnuPG:1C1B D893 1418 2AF4 45EE 95CB C76C E5AC 12CA DFA5 Eye-Net Consulting http://www.eye-net.com.au/ <[EMAIL PROTECTED]> MIEEE <[EMAIL PROTECTED]> Debian developer <[EMAIL PROTECTED]> -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

