libtool/libltdl
Ralf Wildenhues 9c3ae35db6 Fix regression over 1.5.26 with ccache $CC -all-static.
* libltdl/config/ltmain.m4sh (func_mode_link): Add
$link_static_flag to compile_command and link_command only
later, instead of right after a possible compiler wrapper.
* tests/static.at (ccache -all-static): New test.
* THANKS: Update.
Report by Richard Purdie.

Signed-off-by: Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2008-04-22 21:43:06 +02:00
..
config Fix regression over 1.5.26 with ccache $CC -all-static. 2008-04-22 21:43:06 +02:00
libltdl Allow better compile time type checking for lt_dladvise. 2008-04-22 02:37:52 -04:00
loaders Allow better compile time type checking for lt_dladvise. 2008-04-22 02:37:52 -04:00
m4 Fix default argument for AC_LIBLTDL_CONVENIENCE. 2008-04-22 21:32:32 +02:00
.cvsignore * libltdl/.cvsignore: Ignore argz.h. 2007-10-12 02:48:56 +00:00
.gitignore Add .gitignore files. 2008-04-16 21:31:03 +02:00
argz_.h * libltdl/argz.c (argz_add, argz_count): New functions. 2008-02-26 22:18:03 +00:00
argz.c * libltdl/argz.c (argz_add, argz_count): New functions. 2008-02-26 22:18:03 +00:00
configure.ac * configure.ac, libltdl/configure.ac (AM_INIT_AUTOMAKE): Use 2008-04-07 14:20:16 +00:00
COPYING.LIB
lt__alloc.c * libltdl/lt__alloc.c, libltdl/loaders/preopen.c, 2007-07-04 23:05:05 +00:00
lt__dirent.c * libltdl/lt__alloc.c, libltdl/loaders/preopen.c, 2007-07-04 23:05:05 +00:00
lt__strl.c * HACKING (Licensing Rules): Explain the various license texts 2007-03-25 12:12:44 +00:00
lt_dlloader.c Allow better compile time type checking for lt_dladvise. 2008-04-22 02:37:52 -04:00
lt_error.c * libltdl/lt__alloc.c, libltdl/loaders/preopen.c, 2007-07-04 23:05:05 +00:00
ltdl.c Allow better compile time type checking for lt_dladvise. 2008-04-22 02:37:52 -04:00
ltdl.h Allow better compile time type checking for lt_dladvise. 2008-04-22 02:37:52 -04:00
Makefile.inc GNU Libtool 2.2.2 was released. 2008-04-01 23:32:02 +00:00
README * HACKING (Licensing Rules): Explain the various license texts 2007-03-25 12:12:44 +00:00
slist.c Fix libltdl to not skip dlopen on systems with several loaders, 2008-03-04 22:31:33 +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
-- 
   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.