libtool/libltdl
Peter O'Gorman dc28c2bfbc Add flag to inhibit warnings.
* libltdl/config/ltmain.m4sh: Add --no-warn, --no-warning flags.
Reported by John Davd Anglin.
2011-09-01 18:45:03 -05:00
..
config Add flag to inhibit warnings. 2011-09-01 18:45:03 -05:00
libltdl Fix symlist variable path to use _WIN32 instead of __WINDOWS__. 2010-08-28 17:30:01 +02:00
loaders Remove obsolete .cvs ignore files. 2010-09-16 09:05:28 +07:00
m4 Set shlibpath_overrides_runpath for the Hurd. 2011-04-10 10:17:21 +02:00
.gitignore
argz_.h
argz.c
configure.ac Post-release administrivia. 2010-09-22 23:25:50 +07:00
COPYING.LIB
lt__alloc.c
lt__dirent.c
lt__strl.c
lt_dlloader.c
lt_error.c
ltdl.c On Mac OS X try .dylib as well as .so with lt_dlopenext 2011-03-05 10:14:19 -06:00
ltdl.h libltdl: Make sure preloaded symbols are declared extern "C". 2010-09-20 09:11:43 +02:00
Makefile.inc Release 2.4. 2010-09-22 23:25:44 +07: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
-- 
   Copyright (C) 1999, 2003 Free Software Foundation, Inc.
   Written by Thomas Tanner, 1999

   This file is part of GNU Libtool.

Copying and distribution of this file, with or without modification,
are permitted in any medium without royalty provided the copyright
notice and this notice are preserved.  This file is offered as-is,
without warranty of any kind.