From: Ralf Wildenhues Date: Tue, 8 Mar 2005 09:36:39 +0000 (+0000) Subject: * TODO: Update. X-Git-Tag: release-2-1b~735 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=15d32b6b2c5926bddf105aa30d89d4bb8db9aca1;p=thirdparty%2Flibtool.git * TODO: Update. --- diff --git a/ChangeLog b/ChangeLog index 7b904862f..427eb305f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2005-03-08 Ralf Wildenhues + * TODO: Update. + * THANKS: Update. 2005-03-02 Gary V. Vaughan diff --git a/TODO b/TODO index bba63cb81..6e1f69ed4 100644 --- a/TODO +++ b/TODO @@ -51,6 +51,11 @@ GNU Libtool * Have libtoolize install `install-sh' if a newer version is available, and/or Automake is not used. +* Allow to specify linking some dependent libraries statically and some + dynamically, where possible. + +* Improve support for C++ with templates. + 1.2. libtldl ------------ @@ -103,6 +108,7 @@ GNU Libtool * Test everything: - cross compile - dirs with ~ + - multiple input files 2.3. libtool ------------ @@ -134,6 +140,7 @@ GNU Libtool * Filenames containing shell meta-characters are not properly handled by libtool. Compiling a file named "a;b.c", for example, fails. + Especially `$' would be necessary for java programs. * We could introduce a mechanism to allow for soname rewriting, to ease multi-libc support. Installers could specify a prefix, suffix or @@ -233,10 +240,6 @@ GNU Libtool * Figure out how to make pkg-config aware of the information libtool knows about libraries and their dependencies, and send a patch. -* Support dlmopen dladdr1 and dlinfo in libltdl [I totally disagree with - this one Ralf, libltdl is a portability library, none of these functions - enhance portability in any way -- Peter] - * Generate a libtool.m4 from a bunch of individual files, one per platform, to make the job of a "platform maintainer" easier and make it easier to add new platforms.