libtool/libltdl
Peter Ekberg 32580388c3 * libltdl/ltdl.c: The linker is confused by having one
definition of lt_libltdlc_LTX_preloaded_symbols tagged with
__declspec(dllexport) in ltdl.c and one definition with an
initial value in libltdlcS.c. So, just say extern in ltdl.c.
Fixes the mdemo-exec.test for MinGW.
2005-07-28 10:01:03 +00:00
..
libltdl The FSF are moving offices today. Changed their contact address 2005-04-22 10:10:31 +00:00
loaders The FSF are moving offices today. Changed their contact address 2005-04-22 10:10:31 +00:00
.cvsignore Updated to reflect upcoming autoconf 2.58 and automake 1.8 2003-09-24 17:03:27 +00:00
argz_.h The FSF are moving offices today. Changed their contact address 2005-04-22 10:10:31 +00:00
argz.c * libltdl/argz.c (argz_create_sep): Fix typo. 2005-06-01 19:09:00 +00:00
configure.ac The FSF are moving offices today. Changed their contact address 2005-04-22 10:10:31 +00:00
COPYING.LIB The FSF are moving offices today. Changed their contact address 2005-04-22 10:10:31 +00:00
lt__alloc.c The FSF are moving offices today. Changed their contact address 2005-04-22 10:10:31 +00:00
lt__dirent.c The FSF are moving offices today. Changed their contact address 2005-04-22 10:10:31 +00:00
lt__strl.c The FSF are moving offices today. Changed their contact address 2005-04-22 10:10:31 +00:00
lt_dlloader.c The FSF are moving offices today. Changed their contact address 2005-04-22 10:10:31 +00:00
lt_error.c The FSF are moving offices today. Changed their contact address 2005-04-22 10:10:31 +00:00
ltdl.c * libltdl/ltdl.c: The linker is confused by having one 2005-07-28 10:01:03 +00:00
ltdl.h The FSF are moving offices today. Changed their contact address 2005-04-22 10:10:31 +00:00
Makefile.am * libltdl/Makefile.am (libltdl_la_DEPENDENCIES): Depend on 2005-07-08 16:16:11 +00:00
README
slist.c The FSF are moving offices today. Changed their contact address 2005-04-22 10:10:31 +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)
* dyld (darwin/Mac OS X)
* libtool's dlpreopen