libtool/libltdl
Peter O'Gorman 4ad8b63bd1 Use darwin's -force_load flag if available for whole_archive_flag_spec
* libltdl/m4/libtool.m4 (_LT_REQUIRED_DARWIN_CHECKS): Check for
-force_load and use it if there.
* tests/darwin.at: Add a simple test.
2009-09-07 00:41:58 -05:00
..
config Make -Wc,FLAG behave like -Xcompiler FLAG in link mode. 2009-09-04 22:19:36 +02:00
libltdl Implement lt_dlopening of only preloaded modules. 2008-08-01 13:12:29 +07:00
loaders Avoid gcc warning. 2008-09-26 09:43:04 -06:00
m4 Use darwin's -force_load flag if available for whole_archive_flag_spec 2009-09-07 00:41:58 -05:00
.cvsignore
.gitignore Add .gitignore files. 2008-04-16 21:31:03 +02:00
argz_.h Remove unnecessary global argz functions. 2008-08-26 12:41:25 -05:00
argz.c Remove unnecessary global argz functions. 2008-08-26 12:41:25 -05:00
configure.ac Set SCM version number to 2.2.7a. 2008-09-07 15:45:23 +08:00
COPYING.LIB
lt__alloc.c
lt__dirent.c
lt__strl.c
lt_dlloader.c Allow better compile time type checking for lt_dladvise. 2008-04-22 02:37:52 -04:00
lt_error.c
ltdl.c lt_dlopenext sets error upon successful library load. 2009-02-03 08:02:23 +01:00
ltdl.h Implement lt_dlopening of only preloaded modules. 2008-08-01 13:12:29 +07:00
Makefile.inc Use `-version-info 9:0:2' for one added iface since 2.2.4. 2008-09-08 14:36:26 +08: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.

GNU Libtool is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License as
published by the Free Software Foundation; either version 2 of
the License, or (at your option) any later version.

As a special exception to the GNU General Public License,
if you distribute this file as part of a program or library that
is built using GNU Libtool, you may include this file under the
same distribution terms that you use for the rest of that program.

GNU Libtool is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with GNU Libtool; see the file COPYING.  If not, a copy
can be downloaded from  http://www.gnu.org/licenses/gpl.html,
or obtained by writing to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.