]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* TODO: removed ILD, soon to be merged, and added convenience
authorAlexandre Oliva <oliva@dcc.unicamp.br>
Mon, 22 Feb 1999 20:11:08 +0000 (20:11 +0000)
committerAlexandre Oliva <aoliva@redhat.com>
Mon, 22 Feb 1999 20:11:08 +0000 (20:11 +0000)
libraries docs

ChangeLog
TODO

index 1588c95c87a78a4722781af38aba14fc65c171a5..a8cfd687e4ed1fb345dd0f59853d0f89aeb320bd 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 1999-02-22  Alexandre Oliva  <oliva@dcc.unicamp.br>
 
+       * TODO: removed ILD, soon to be merged, and added convenience
+       libraries docs
+
        * ltconfig.in (irix5*, irix6*, shlibpath_overides_runpath): yes
 
        * ltmain.in: remove on-demand executable in the proper place, and
diff --git a/TODO b/TODO
index e0c1750ddf19e398f7bec762332740576c27dffd..1697e8a9d4b7909af9196df49fff8cd31a5d497e 100644 (file)
--- a/TODO
+++ b/TODO
@@ -1,30 +1,15 @@
 For next public release:
 ************************
 
-* Inter-library dependencies should be fully tracked by libtool.
-Reminded by Alexandre Oliva.  This requires looking up installed
-libtool libraries for transparent support.
-Thomas Tanner has a patch for this.
-
-* Inter-library dependencies need to work for ltlibraries too.
-Thomas Tanner has a patch for this.
-
-* Alexandre Oliva suggests that we hardcode paths into libraries, as
-well as binaries:  `... -Wl,-soname -Wl,/tmp/libtest.so.0 ...'.  Tim
-Mooney wants the same thing.
-Thomas Tanner has a patch for this.
+* Alexandre Oliva suggests that we should have an option to hardcode
+paths into libraries, as well as binaries: `... -Wl,-soname
+-Wl,/tmp/libtest.so.0 ...'.  Tim Mooney wants the same thing.
 
 * Tom Lane adds that HP-UX's linker, at least (I've also found this on
 AIX 4), distinguishes between global function and global variable
 references.  This means that we cannot declare every symbol as `extern
 char'.  Find a workaround.
 
-* Jeff Garzik <jgarzik@pobox.com> noticed that libtool wrapper scripts do
-not always work on Linux.  When running tests in a newly built package, the
-script is prone to picking up a similarly sonamed library in /usr/lib in
-preference to the newly built library in the distribution.  The scripts *do*
-work under Solaris however.
-
 * Documentation:
 
 - libltdl documentation needs to be completed.
@@ -32,6 +17,8 @@ work under Solaris however.
 - AC_PROG_LIBTOOL, AC_ENABLE/DISABLE_SHARED/STATIC, AC_LIBTOOL_DLOPEN
   are not documented.
 
+- Purpose and usage of convenience libraries must be better documented
+
 In the future:
 **************