]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
Jeff Garzik noticed a Linux wrapper script bug
authorGary V. Vaughan <gary@gnu.org>
Wed, 6 Jan 1999 09:51:49 +0000 (09:51 +0000)
committerGary V. Vaughan <gary@gnu.org>
Wed, 6 Jan 1999 09:51:49 +0000 (09:51 +0000)
ChangeLog
TODO

index 17e887278933316b569697552bec60f8e83f6f40..134b21baec330974aedbec1bd3a884017fad5031 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+1999-01-06  Gary V. Vaughan  <gvaughan@oranda.demon.co.uk>
+
+       * TODO: Added details of a Linux wrapper script bug.
+       Reported by Jeff Garzik <jgarzik@pobox.com>.
+
 1999-01-05  Alexandre Oliva  <oliva@dcc.unicamp.br>
 
        * ltmain.in (libobjs_save, oldobjs): when building an
diff --git a/TODO b/TODO
index 2efbbc2ed08a84e5bc418e3ff4378d613c40ebed..b24619a675b167f9d2a86344c50ff3d226c9e26d 100644 (file)
--- a/TODO
+++ b/TODO
@@ -45,6 +45,12 @@ 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 needs to be documented