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 proposal for libgcj


On Wed, 2004-07-14 at 12:26, Alexandre Oliva wrote:
> So you're saying, if your change go in, I can no longer build my own
> toolchain with a prefix other than /usr, use that to build Java
> libraries that get installed in /usr/lib and expect them to work?

Kind of.  Everything should work as-is if you set LD_LIBRARY_PATH. 
Explicit linking against those libraries should work as well.  Only the
class name to library name lookup and linking won't work.

But I'm not proposing a change anymore since I have an LD_PRELOAD hack
that works for me, and the long- (medium?-) term solution is to abandon
this plan once the BC ABI change is implemented.

Andrew - when do you think this will go into mainline?

AG

-- 
Anthony Green <green@redhat.com>
Red Hat, Inc.


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