* TODO: removed ILD, soon to be merged, and added convenience

libraries docs
This commit is contained in:
Alexandre Oliva 1999-02-22 20:11:08 +00:00 committed by Alexandre Oliva
parent e8a588bb4f
commit 40e8332d43
2 changed files with 8 additions and 18 deletions

View File

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

23
TODO
View File

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