From: Jarkko Hietaniemi Date: Fri, 23 Jul 1999 12:08:30 +0000 (+0000) Subject: Change #3725 aftershock. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=c99d408adabc10e01339f7b639eba38bb9706272;p=p5sagit%2Fp5-mst-13.2.git Change #3725 aftershock. p4raw-id: //depot/cfgperl@3726 --- diff --git a/INSTALL b/INSTALL index cfed299..cb59f7f 100644 --- a/INSTALL +++ b/INSTALL @@ -563,9 +563,10 @@ You can elect to build a shared libperl by To build a shared libperl, the environment variable controlling shared library search (LD_LIBRARY_PATH in most systems, DYLD_LIBRARY_PATH for -NeXTSTEP/OPENSTEP, LIBRARY_PATH for BeOS) must be set up to include +NeXTSTEP/OPENSTEP/Rhapsody, LIBRARY_PATH for BeOS, SHLIB_PATH for +HP-UX, LIBPATH for AIX, PATH for cygwin32) must be set up to include the Perl build directory because that's where the shared libperl will -be created. Configure arranges Makefile to have the correct shared +be created. Configure arranges Makefile to have the correct shared library search settings. However, there are some special cases where manually setting the diff --git a/jpl/JNI/JNI.pm b/jpl/JNI/JNI.pm index 82bedf9..45a92df 100644 --- a/jpl/JNI/JNI.pm +++ b/jpl/JNI/JNI.pm @@ -229,7 +229,7 @@ if (not $JPL::_env_) { $ENV{THREADS_TYPE} ||= "green_threads"; $JAVALIB = "$ENV{JAVA_HOME}/lib/$arch/$ENV{THREADS_TYPE}"; - $ENV{$Config{ldlibpthname}":$JAVALIB"; + $ENV{$Config{ldlibpthname}} .= ":$JAVALIB"; $JVM = GetJavaVM("$JAVALIB/libjava.so",@JVM_ARGS); }