This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: Patch: RFA: set LD_LIBRARY_PATH
>>>>> "Tom" == Thomas Fitzsimmons <fitzsim@redhat.com> writes:
Tom> The idea here is that LD_LIBRARY_PATH only includes
Tom> $JAVA_HOME/lib/<arch> when -- with-java-home is specified. This
Tom> configure option implies a more SDK- like environment (read
Tom> java-gcj-compat). This patch makes libgcj behave more like the
Tom> SDK in its handling of LD_LIBRARY_PATH and java.library.path when
Tom> --with-java-home is specified.
We really need to document the effects of this.
Tom