mirror of
git://git.savannah.gnu.org/libtool.git
synced 2024-12-09 06:40:24 +08:00
cbc1402596
* libtool.m4 (AC_PROG_LIBTOOL): added --with-pic flag * ltconfig.in: new pic_mode variable and --prefer[-non]-pic flags, fixed the strip check (reported by Keith Bostic <bostic@bostic.com>) * ltmain.in (compile mode): build only PIC/non-PIC code depending on pic_mode * libltdl/README: document the supported dlopen interfaces * doc/libtool.texi (tests): documented new tests * tests/Makefile.am: added new tests * tests/demo-pic.test: new test to test --with-pic * tests/demo-nopic.test: new test to test --without-pic * tests/build-relink2.test: variant of build-relink.test that uses depdemo
10 lines
322 B
Plaintext
10 lines
322 B
Plaintext
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)
|
|
* libtool's dlpreopen
|