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 Jul 10, 2004, Anthony Green <green@redhat.com> wrote:

> libltdl's configure sets LTDL_SYSSEARCHPATH to the system directories to
> be searched when looking for lib-foo-bar libraries.  For instance, on
> Linux this defaults to "/lib:/usr/lib".

> I'd like to change this to always refer to ${prefix}/lib.

Yuck.

What's wrong with LD_LIBRARY_PATH, or using libtool to link with
libtool libs?  Both should do the right thing.

-- 
Alexandre Oliva             http://www.ic.unicamp.br/~oliva/
Red Hat Compiler Engineer   aoliva@{redhat.com, gcc.gnu.org}
Free Software Evangelist  oliva@{lsd.ic.unicamp.br, gnu.org}


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