]> git.ipfire.org Git - thirdparty/libtool.git/commit
* doc/libtool.texi (link mode): documentation for -module updated
authorThomas Tanner <tanner@gmx.de>
Sat, 20 Mar 1999 21:59:15 +0000 (21:59 +0000)
committerThomas Tanner <tanner@gmx.de>
Sat, 20 Mar 1999 21:59:15 +0000 (21:59 +0000)
commitf7e4e308ce8b15d75a06b1220f2eb40dd7910874
treefd2c7a168793a966fbf3946ce07b28cf8a21c183
parente65f46d3fc4eb98d25ee94ad8e6f51c5846c8fe3
* doc/libtool.texi (link mode): documentation for -module updated
* ltconfig.in: fast-install mode doesn't work for
  hardcode_into_libs=yes
* ltmain.in: bugfix: "-dlopen self [-all]-static" wouldn't use
  dlopen_self_static, automatically enable -export-dynamic when
  using "-dlopen self", always make run-paths absolute,
  ignore -lc only on platforms that don't have such a library,
  cleanups in the ILD code, find even installed libtool libraries
  that were moved, before generating the DLL-import library we need
  to set libname, improved hardcoding of shlibpath for libraries,
  don't generate an installable pseudo-library for convenience
  libraries, bugfix: export_symbols would be removed immediately
  before it is used
ChangeLog
doc/libtool.texi
ltconfig.in
ltmain.in