libtool/libltdl
Ralf Wildenhues ba0a5124be * libltdl/m4/libtool.m4 (_LT_COMPILER_BOILERPLATE)
(_LT_LINKER_BOILERPLATE, _LT_COMPILER_OPTION, _LT_LINKER_OPTION)
(_LT_COMPILER_C_O): When comparing expected and actual compiler/
linker output for warnings, weed out both empty lines as well as
lines starting with possibly indented `+', to allow for shell
debugging with `set -x'.
Check the weeded instead of unweeded contents for emptiness.
2005-09-09 15:55:14 +00:00
..
config * libltdl/config/ltmain.m4sh (func_mode_link): Actually provide 2005-09-09 15:48:39 +00:00
libltdl The FSF are moving offices today. Changed their contact address 2005-04-22 10:10:31 +00:00
loaders * libltdl/loaders/loadlibrary.c (vm_open): Set the error mode so 2005-07-28 10:15:57 +00:00
m4 * libltdl/m4/libtool.m4 (_LT_COMPILER_BOILERPLATE) 2005-09-09 15:55:14 +00:00
.cvsignore Updated. 2005-08-24 14:41: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
README * ltmain.in: Always use $echo not echo for consistency. 2003-03-20 20:24:21 +00:00
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