Hi,
the libtool manual says that lt_dlopen does not yet load the
dependency libs of a libtool library while in fact it does.
Here is a patch:
--- libtool.texi~ 2003-11-14 15:39:08.000000000 +0100
+++ libtool.texi 2003-11-14 15:39:32.000000000 +0100
@@ -2855,7 +2855,7 @@
native dynamic libraries.
Unresolved symbols in the module are resolved using its dependency
-libraries (not implemented yet) and previously dlopened modules. If the
+libraries and previously dlopened modules. If the
executable using this module was linked with the @code{-export-dynamic}
flag, then the global symbols in the executable will also be used to
resolve references in the module.
--
GPG: D5D4E405 - 2F9B BCCC 8527 692A 04E3 331E FAF8 226A D5D4 E405
_______________________________________________
Libtool mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/libtool