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: RFA: set LD_LIBRARY_PATH


Thomas Fitzsimmons writes:
 > 
 > Sun's JRE includes $JAVA_HOME/lib/<arch> in its LD_LIBRARY_PATH so that
 > users don't need to specify LD_LIBRARY_PATH manually.  This patch makes
 > libgcj do the same when the --with-java-home configure option is
 > specified.
 > 
 > OK for mainline?

In what circumstances is this necessary?  Should not the appropriate
libraries be installed somewhere where LD_LIBRARY_PATH isn't needed?
What if a user specifically sets LD_LIBRARY_PATH in order to _avoid_
$JAVA_HOME/lib/<arch>?

Andrew.


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