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]

Re: libltdl vs System.loadLibrary


--- Tom Tromey <tromey@redhat.com> wrote:
> >>>>> "Anthony" == Anthony Green <green@redhat.com> writes:
> 
> Anthony> What does libltdl buy us beyond ldopen/ldclose?  Could we
> Anthony> just remove it?
> 
> I chose it early on.  I thought it would solve dlopen portability
> problems for us.  (And maybe it does and we haven't noticed :-)
> Alexandre Oliva (CCd) may have insight on the pros and cons of this
> library.
> 

System.loadLibrary() is not working on the Windows (mingw) platform
right now. I tested it using the last version of mingw (2.0.0) which
includes GCC 3.2 and the beta version of GCJ 3.2 available.
libldlt doesn't exist in the MinGW installation after installing gcc
and gcc-java, although in libldlt README says that win32 is a supported
platform. I don't know why nor what part is responsible for that, but
probably the non existence of libldlt is the reason for
System.loadLibrary() not working for Windows (mingw).

Rivas


__________________________________________________
Do you Yahoo!?
HotJobs - Search new jobs daily now
http://hotjobs.yahoo.com/


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