libtool/libltdl
Eric Blake d8495dfccc * libltdl/m4/ltdl.m4 (LTDL_INIT): Avoid macros marked obsolete in
latest autoconf.
* libltdl/m4/libtool.m4 (_lt_cv_sys_global_symbol_pipe): Work in
spite of -Wmissing-prototypes.
* libltdl/libltdl/lt__dirent.h: Rewrite to accomodate loss of
AC_HEADER_DIRENT.
2006-08-22 17:51:03 +00:00
..
config * libltdl/config/ltmain.m4sh (func_mode_execute): Also search 2006-08-07 16:25:08 +00:00
libltdl * libltdl/m4/ltdl.m4 (LTDL_INIT): Avoid macros marked obsolete in 2006-08-22 17:51:03 +00:00
loaders * .cvsignore, doc/.cvsignore, libltdl/.cvsignore, 2006-06-13 18:36:56 +00:00
m4 * libltdl/m4/ltdl.m4 (LTDL_INIT): Avoid macros marked obsolete in 2006-08-22 17:51:03 +00:00
.cvsignore * .cvsignore, doc/.cvsignore, libltdl/.cvsignore, 2006-06-13 18:36:56 +00:00
argz_.h
argz.c
configure.ac
COPYING.LIB
lt__alloc.c
lt__dirent.c
lt__strl.c
lt_dlloader.c
lt_error.c * libltdl/lt_error.c (error_strings): Remove parentheses around 2005-12-29 13:52:54 +00:00
ltdl.c * libltdl/ltdl.c (loader_init_callback) [HAVE_LIBDLLOADER]: 2006-07-22 20:34:06 +00:00
ltdl.h
Makefile.inc In the subpackage case, we do not install Makefile.inc. Since 2005-12-16 16:36:20 +00:00
README
slist.c

This is GNU libltdl, a system independent dlopen wrapper for GNU libtool.

It supports the following dlopen interfaces:
* dlopen (Solaris, Linux and various BSD flavors)
* shl_load (HP-UX)
* LoadLibrary (Win16 and Win32)
* load_add_on (BeOS)
* GNU DLD (emulates dynamic linking for static libraries)
* dyld (darwin/Mac OS X)
* libtool's dlpreopen