Shared LT DL library sources
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Go to file
Slávek Banko 1fca3720f4
Replace dl linking with cmake-based variable
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
3 months ago
CMakeLists.txt Replace dl linking with cmake-based variable 3 months ago
COPYING Drop autotools support 2 years ago
README Drop autotools support 2 years ago
ltdl.c add illumos sys/dl.h include condition 2 years ago
ltdl.h Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 16 years ago
ltdl_win.c Conversion qt -> tqt. 7 years ago
ltdl_win.h Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 16 years ago

README

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

It has some slight changes for use in TDE.

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