summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorAlexandre Oliva <oliva@dcc.unicamp.br>1999-04-29 09:58:41 +0000
committerAlexandre Oliva <aoliva@redhat.com>1999-04-29 09:58:41 +0000
commit261e22b193a81ee406810722030c0898211a257c (patch)
tree4b5f9a2ad97c6805fe0ea89783ef3613b332e7d6 /TODO
parent1e3e735f34d60a191622ca653f7c8eac61b549aa (diff)
downloadlibtool-261e22b193a81ee406810722030c0898211a257c.tar.gz
* doc/libtool.texi (Distributing libltdl): Document that -static
may cause the same problems on libltdl as -all-static. * TODO: We might want to fix this in the future.
Diffstat (limited to 'TODO')
-rw-r--r--TODO7
1 files changed, 7 insertions, 0 deletions
diff --git a/TODO b/TODO
index d8268064..f25e2e0f 100644
--- a/TODO
+++ b/TODO
@@ -93,6 +93,13 @@ and also a .a out of .o objects. The .al would only be used to
create shared libraries, whereas the .a would be used for creating
static libraries and programs.
+* Try to find a work-around for -[all-]static and libltdl on platforms
+that will fail to find dlopening functions in this case, such as AIX
+4.3.2.0. Maybe creating an alternate libltdl that provides only for
+dlpreopening, or creating an additional static library to provide
+dummy implementations of the functions that can't be linked
+statically. This could hardly be made completely transparent, though.
+
* Need to finalize the documentation, and give a specification of
`.la' files so that people can depend on their format. This also
needs to be done so that DLD uses a public interface to libtool