This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: [patch] cxxtest compilation/test fix
- From: Tom Tromey <tromey at redhat dot com>
- To: Ranjit Mathew <rmathew at gmail dot com>
- Cc: java-patches at gcc dot gnu dot org
- Date: 10 May 2004 09:27:46 -0600
- Subject: Re: [patch] cxxtest compilation/test fix
- References: <409E42AA.2010401@pop.agri.ch> <409F5DFC.5030400@gmail.com>
- Reply-to: tromey at redhat dot com
>>>>> "Ranjit" == Ranjit Mathew <rmathew@gmail.com> writes:
Ranjit> Has LD_LIBRARY_PATH become the standard way of
Ranjit> doing this now? IIRC, only Linux and Solaris use
Ranjit> it while AIX used to use LIBRARY_PATH and HP-UX
Ranjit> used to use SHLIB_PATH(?).
There is code at the end of testsuite/lib/libjava.exp that adds a
trace on env(LD_LIBRARY_PATH) and uses it to set all the other
variables used by other platforms.
Tom