with global symbol resolution.
* doc/libtool.texi (libtool script contents): Add missing
documentation for 'inherit_rpath' variable.
2004-03-24 Scott James Remnant <scott@netsplit.com>
+ * NEWS: Explain more fully why we no longer load libraries
+ with global symbol resolution.
+ * doc/libtool.texi (libtool script contents): Add missing
+ documentation for 'inherit_rpath' variable.
+
* configure.ac: Catch errors during calls to AC_PROG_CXX,
AC_PROG_CXXCPP and AC_PROG_F77 before LT_INIT. Only set the
HAVE_CXX and HAVE_F77 conditions to true if an error didn't
* Speed up max_cmd_len check.
* New function in libltdl: lt_dlhandle_find provides access to module handles
by module name.
-* libltdl no longer loads shared libraries with global symbol resolution.
+* libltdl no longer loads shared libraries with global symbol resolution,
+ this caused problems when the symbols were intended to be overriden further
+ up the stack; it is also not recommended practice.
* make install now deletes preexisting $prefix/share/libtool before installing
latest files.
* Extracting symbols from an import library on cygwin and win32 now works.
List of symbols that must always be exported when using @var{export_symbols}.
@end defvar
+@defvar inherit_rpath
+Whether the linker adds runtime paths of dependency libraries to the
+runtime path list, requiring libtool to relink the output when installing.
+Set to @samp{yes} or @samp{no}. Default is @samp{no}.
+@end defvar
+
@defvar libext
The standard old archive suffix (normally "a").
@end defvar