This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: libltdl proposal for libgcj
- From: Alexandre Oliva <aoliva at redhat dot com>
- To: Anthony Green <green at redhat dot com>
- Cc: java at gcc dot gnu dot org
- Date: 13 Jul 2004 04:49:52 -0300
- Subject: Re: libltdl proposal for libgcj
- Organization: Red Hat Global Engineering Services Compiler Team
- References: <1089430831.2819.7.camel@localhost.localdomain>
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}