This is the mail archive of the java-patches@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: [patch] cxxtest compilation/test fix


Andreas Tobler wrote:
[...]
> +    set lib_path $env(LD_LIBRARY_PATH)
[...]
> +    setenv LD_LIBRARY_PATH $newval

One more thing:

Has LD_LIBRARY_PATH become the standard way of
doing this now? IIRC, only Linux and Solaris use
it while AIX used to use LIBRARY_PATH and HP-UX
used to use SHLIB_PATH(?). On Win32, PATH is
used to look up DLLs... (What about Mac OS X?)

Andreas, I know that this hack already exists in
libjava.exp, but I was just wondering (out loud)
how people run the libjava testsuite on these other
platforms.

Ranjit.

-- 
Ranjit Mathew          Email: rmathew AT gmail DOT com

Bangalore, INDIA.      Web: http://ranjitmathew.tripod.com/


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