Shared LT DL library sources
You can not 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
tpearson 6d6796c294
Add debugging message upon libltdl dlopen() failure
13 years ago
CMakeLists.txt [kdelibs/libltdl] link with ${DL_LIBRARIES} 14 years ago
COPYING.LIB Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
Makefile.am Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
README Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
ltdl.c Add debugging message upon libltdl dlopen() failure 13 years ago
ltdl.h Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
ltdl.m4 Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
ltdl_win.c Convert remaining references to kde3 (e.g. in paths) to trinity 13 years ago
ltdl_win.h Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago

README

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

It has some slight changes for use in KDE.

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