From: Alexandre Oliva Date: Mon, 22 Feb 1999 20:11:08 +0000 (+0000) Subject: * TODO: removed ILD, soon to be merged, and added convenience X-Git-Tag: release-1-2f~97 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=40e8332d439213a31fb721bb5244891e283fb542;p=thirdparty%2Flibtool.git * TODO: removed ILD, soon to be merged, and added convenience libraries docs --- diff --git a/ChangeLog b/ChangeLog index 1588c95c8..a8cfd687e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 1999-02-22 Alexandre Oliva + * 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 e0c1750dd..1697e8a9d 100644 --- 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 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: **************