From ee53ec29a3bbdebddc1f6e39733b739bb6c77acd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Fillod=2C=20F8CFE?= Date: Mon, 2 Jul 2001 20:36:08 +0000 Subject: [PATCH] I forgot this one, here it is. git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@577 7ae35d74-ebe9-4afe-98af-79ac388436b8 --- libltdl/README | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 libltdl/README diff --git a/libltdl/README b/libltdl/README new file mode 100644 index 000000000..e57b99f21 --- /dev/null +++ b/libltdl/README @@ -0,0 +1,9 @@ +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