libtool/libltdl
Gary V. Vaughan 7396e09d88 * libtool.m4, ltmain.in, libltdl/configure.in,
tests/quote.test:  Remove stale references to ltconfig.
2001-04-24 23:22:35 +00:00
..
.cvsignore
acconfig.h
configure.in * libtool.m4, ltmain.in, libltdl/configure.in, 2001-04-24 23:22:35 +00:00
COPYING.LIB * libltdl/COPYING.LIB: Update to version 2.1. 1999-08-07 07:40:18 +00:00
ltdl.c * ltdl.m4 (AC_C_INLINE): No longer required. 2001-04-24 22:53:48 +00:00
ltdl.h * NEWS: Updated. 2001-02-23 22:58:20 +00:00
Makefile.am * libltdl/Makefile.am (CLEANFILES): Clean conditionally-built 2001-01-29 02:01:41 +00:00
README * NEWS, TODO: updated (pic flags) 1999-07-17 09:00:53 +00:00

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)
* libtool's dlpreopen