libtool/libltdl
Howard Chu 01f0aa7662 * libltdl/config/ltmain.m4sh (func_mode_link):
With `-static', only link statically against uninstalled
libtool libraries.  Fixes 1.5.x regression to match documented
behavior.
* NEWS: Updated.
2005-10-29 14:21:02 +00:00
..
config * libltdl/config/ltmain.m4sh (func_mode_link): 2005-10-29 14:21:02 +00:00
libltdl * libltdl/ltdl.c (lt_dlcaller_register): Renamed to avoid problems 2005-09-27 10:03:51 +00:00
loaders * libltdl/loaders/loadlibrary.c (vm_open): Silence gcc warnings. 2005-09-23 07:58:42 +00:00
m4 * libltdl/m4/ltdl.m4 (LT_WITH_LTDL): Don't nest AC_MSG_CHECKING/ 2005-10-14 15:43:08 +00:00
.cvsignore
argz_.h
argz.c * libltdl/m4/ltdl.m4 (LTDL_INIT) <CONFIG_H>: Rename to.. 2005-09-17 07:29:03 +00:00
configure.ac * libltdl/m4/ltdl.m4: Bump serial as we are changing the 2005-10-03 15:45:47 +00:00
COPYING.LIB
lt__alloc.c * libltdl/m4/ltdl.m4 (LTDL_INIT) <CONFIG_H>: Rename to.. 2005-09-17 07:29:03 +00:00
lt__dirent.c
lt__strl.c
lt_dlloader.c
lt_error.c * libltdl/lt_error.c (lt__last_error, lt__error_strings): The lt__ 2005-09-27 13:01:51 +00:00
ltdl.c * libltdl/ltdl.h, libltdl/ltdl.c (lt_dlhandle_first): Removed. 2005-10-26 10:26:48 +00:00
ltdl.h * libltdl/ltdl.h, libltdl/ltdl.c (lt_dlhandle_first): Removed. 2005-10-26 10:26:48 +00:00
Makefile.inc * libltdl/Makefile.inc: New file, factored out of Makefile.am for 2005-10-26 10:42:05 +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