]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* TODO: Update.
authorRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Tue, 8 Mar 2005 09:36:39 +0000 (09:36 +0000)
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Tue, 8 Mar 2005 09:36:39 +0000 (09:36 +0000)
ChangeLog
TODO

index 7b904862f02b5c64d0f0e98cc0101711215368f1..427eb305fcd7cfffe3c1af49a5d5fa31a1966739 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2005-03-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
 
+       * TODO: Update.
+
        * THANKS: Update.
 
 2005-03-02  Gary V. Vaughan  <gary@gnu.org>
diff --git a/TODO b/TODO
index bba63cb812b67a7439a1132d0ce1a396e5333c72..6e1f69ed430b7a5a9cc10afd688f4ffc234b6ec7 100644 (file)
--- 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.