libtool
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Manual wrongly says 'not implemented yet'.


From: Marius Vollmer
Subject: Manual wrongly says 'not implemented yet'.
Date: Fri, 14 Nov 2003 15:41:35 +0100
User-agent: Gnus/5.1002 (Gnus v5.10.2) Emacs/21.3 (gnu/linux)

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]