libtool/libltdl
denghao f49064d7ff merge upstream 2.4.7 2023-03-31 13:44:05 +08:00
..
libltdl merge upstream 2.4.7 2023-03-31 13:44:05 +08:00
loaders merge upstream 2.4.7 2023-03-31 13:44:05 +08:00
COPYING.LIB Import Upstream version 2.4.6 2022-05-14 01:23:34 +08:00
Makefile.am merge upstream 2.4.7 2023-03-31 13:44:05 +08:00
Makefile.in merge upstream 2.4.7 2023-03-31 13:44:05 +08:00
README merge upstream 2.4.7 2023-03-31 13:44:05 +08:00
aclocal.m4 merge upstream 2.4.7 2023-03-31 13:44:05 +08:00
config-h.in Import Upstream version 2.4.6 2022-05-14 01:23:34 +08:00
configure merge upstream 2.4.7 2023-03-31 13:44:05 +08:00
configure.ac merge upstream 2.4.7 2023-03-31 13:44:05 +08:00
lt__alloc.c merge upstream 2.4.7 2023-03-31 13:44:05 +08:00
lt__argz.c merge upstream 2.4.7 2023-03-31 13:44:05 +08:00
lt__dirent.c merge upstream 2.4.7 2023-03-31 13:44:05 +08:00
lt__strl.c merge upstream 2.4.7 2023-03-31 13:44:05 +08:00
lt_dlloader.c merge upstream 2.4.7 2023-03-31 13:44:05 +08:00
lt_error.c merge upstream 2.4.7 2023-03-31 13:44:05 +08:00
ltdl.c merge upstream 2.4.7 2023-03-31 13:44:05 +08:00
ltdl.h merge upstream 2.4.7 2023-03-31 13:44:05 +08:00
ltdl.mk merge upstream 2.4.7 2023-03-31 13:44:05 +08:00
slist.c merge upstream 2.4.7 2023-03-31 13:44:05 +08:00
stamp-mk Import Upstream version 2.4.6 2022-05-14 01:23:34 +08:00

README

This is GNU libltdl, a system independent dlopen wrapper for GNU libtool.

It supports the following dlopen interfaces:
* dlopen (POSIX)
* 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, 2011-2019, 2021-2022 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.