Hi Manuel, Huge latency, sorry. :-/
* Klimek Manuel wrote on Wed, Mar 02, 2005 at 04:12:30PM CET: > > The libtool.m4 file which comes in this release differs > from the upstream libtool.m4 for libtool-1.5.6. > > Especially the diff > 5009,5011d5004 > < linux*) > < _LT_AC_TAGVAR(link_all_deplibs, $1)=no > < ;; > > Sets link_all_deplibs to no on linux targets. Now > the problem is, that gnu-ld doesn't use rpath on > cross-compilation targets. Thus the link process > fails with unresolved symbol messages > when cross-compiling if dependent libraries > must be linked in. Will all your installed libraries live in /usr/lib or similar, where the runtime linker will eventually find it without an rpath entry? If yes, and it still fails, please show exactly how it fails. For libraries which won't need -rpath after they've been installed the link_all_deplibs=no scenario has some hope of being fixed, see #320698. > Solution: Don't use link_all_deplibs=no, but leave > it as 'unknown' That is surely a decent workaround, but may not be so good if the built libraries should end up in a Debian package. Cheers, Ralf -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]