Jeff Garzik noticed a Linux wrapper script bug

This commit is contained in:
Gary V. Vaughan 1999-01-06 09:51:49 +00:00
parent e1d24d3b02
commit ffcd6f5420
2 changed files with 11 additions and 0 deletions

View File

@ -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

6
TODO
View File

@ -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