Eric Lemings wrote:
> Hi,
>  
> I'm looking for software distributions that use libltdl, especially
> packages that use libltdl in libraries (as opposed to executables) to
> load other libraries.
>  
> Please post or send me a link if you know of any.
>  

Kaffe uses libltdl to load native (JNI/KNI) libraries on demand
(System.loadLibrary). The functionality is wrapped around by a
abstraction header to work on systems without libtool support, and is
part of libkaffevm. See
http://wiki.cs.uiuc.edu/cs427/Kaffe+-+Module+Structure#Native%20Library%20Support%20Module
for a description of functions, and
http://www.kaffe.org/cgi-bin/viewcvs.cgi/kaffe/kaffe/kaffevm/ for the
current code of external.[ch] and slib.h.

hope this helps,
dalibor topic


_______________________________________________
http://lists.gnu.org/mailman/listinfo/libtool

Reply via email to