This is the mail archive of the
java-patches@sourceware.cygnus.com
mailing list for the Java project.
Re: Patch: dynamic loading
- To: tromey at cygnus dot com
- Subject: Re: Patch: dynamic loading
- From: Bryce McKinlay <bryce at albatross dot co dot nz>
- Date: Tue, 18 Jan 2000 17:05:12 +1300
- CC: Java Patch List <java-patches at sourceware dot cygnus dot com>
- References: <87k8l85x20.fsf@cygnus.com>
Tom Tromey wrote:
> I'm committing the appended patch.
> It adds dynamic loading capabilities to libgcj.
>
> With this patch, on native platforms, Runtime.loadLibrary will now
> work correctly.
Tom,
Doing a build out of cvs I'm getting:
Making all in libltdl
/bin/sh: libltdl: No such file or directory
The libjava/libltdl directory exists in my souce tree but never gets created
configured in the build tree.
Any ideas?
[ bryce ]