This is the mail archive of the java@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

libltdl vs System.loadLibrary


Yesterday I spent some time debugging a problem I was having with
System.loadLibrary.

There are at least three places in libgcj which do some kind of mapping
from a short library name to a system library name, and none of them are
System.mapLibraryName(), which we don't implement.  I looked into
cleaning this up, but I'm confused about our use of libltdl.

What does libltdl buy us beyond ldopen/ldclose?  Could we just remove
it?

AG







Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]