On Sun, Mar 10, 2013 at 10:00:00PM +0100, ????? ???????? wrote: > Package: libtool > > Cyrus imap (www.cyrusimap.org) consist of several libraries and > executables. One of the library (libcyrus) depends on linking > (DT_NEEDED as in ELF) to libsasl and libssl in order to work. The > programs from cyrus imap on their own depend on libcyrus and might > use functions from libsasl and libssl. In Makefile.am for those > programs is just listed, that they depend on libcyrus.la .
So you're saying that it's using symbols from a library that it's not linking too, and then you wonder why it breaks? That it works with just using libcyrus.la does not mean that it's the right thing to do. You should have added all libraries that you use symbols from. If the libtool documentation does not say that, or not clearly enough, then I think that's a problem with the documentation. Kurt -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org