]> git.ipfire.org Git - thirdparty/libtool.git/commit
* TODO: describe problems with libltdl
authorThomas Tanner <tanner@ffii.org>
Wed, 25 Apr 2001 14:26:50 +0000 (14:26 +0000)
committerThomas Tanner <tanner@gmx.de>
Wed, 25 Apr 2001 14:26:50 +0000 (14:26 +0000)
commit4b0cfb7c365caabd090da59076e3821af25c83fb
treee7196053a38c5cff17f8c0046be7b534ec9f0da6
parent58ca689f396d120dcc9cd46fddc5ef1b418f6cc5
* TODO: describe problems with libltdl
* ltmain.in (ILD): tidy up, add comments, remove dead code,
  merge duplicate code
* ltmain.in (ILD): don't touch newdependency_libs after scan or
  dlopen pass
* ltmain.in (ILD): don't dlpreopen dependency_libs of a dlopened
  module (remove absolutely wrong quick hack)
* ltmain.in (ILD): remove comments about duplicate removal
* ltmain.in (ILD): build a static-only module if it has
  static libraries in its dependencies (so that libltdl can
  safely load dependency_libs)
* ltmain.in (argument parsing): prefix comparsions of -l args with X,
  replace -lc with `-framework System' _after_ the ILD passes
* ltmain.in (deplibs_check): use portable test syntax
* ltmain.in (help): document -prefer-[non-]pic flags
* ltmain.in: improve readablity by adding some comments,
  rename uninst_* to notinst_* (more adequate name)
ChangeLog
TODO
ltmain.in