From 3d7a70348478fa8edcf302ad71b076d27a7dc123 Mon Sep 17 00:00:00 2001 From: Alexandre Oliva Date: Thu, 11 Mar 1999 01:17:01 +0000 Subject: [PATCH] * TODO: need to document AC_LIBLTDL_*; static self dlopening problem fixed --- ChangeLog | 3 +++ TODO | 7 +------ 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/ChangeLog b/ChangeLog index 478d96b9f..9bc45f5fb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 1999-03-10 Alexandre Oliva + * TODO: need to document AC_LIBLTDL_*; static self dlopening + problem fixed + * libtool.m4 (AC_LIBTOOL_DLOPEN): just set lt_dlopen=yes (AC_LIBTOOL_SETUP): if lt_dlopen=yes, add --enable-dlopen to libtool_flags; drop --enable-dlopen-self diff --git a/TODO b/TODO index 4b6612e6b..8fa18e851 100644 --- a/TODO +++ b/TODO @@ -28,7 +28,7 @@ so that the size of lt_preloaded_symbols can be reduced. - libltdl documentation needs to be completed. - AC_PROG_LIBTOOL, AC_ENABLE/DISABLE_SHARED/STATIC/FAST_INSTALL, - AC_LIBTOOL_DLOPEN are not documented. + AC_LIBTOOL_DLOPEN, AC_LIBLTDL_CONVENIENCE/INSTALLABLE are not documented - Purpose and usage of convenience libraries must be better documented @@ -37,11 +37,6 @@ so that the size of lt_preloaded_symbols can be reduced. In the future: ************** -* test whether dlopening and self-dlopening work for statically linked - programs. Self-dlopening, for example, is known to fail on DEC - OSF/1, for programs compiled with -static. On other platforms, - dlopen may even fail to link. - * Godmar Back writes: libltdl uses such stdio functions as fopen, fgets, feof, fclose, and others. These functions are not async-signal-safe. While this does not make -- 2.47.3