From: Jarkko Hietaniemi Date: Sat, 28 Apr 2001 14:33:17 +0000 (+0000) Subject: Update the information on shared library path on HP-UX. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=78be1e1a8879b539ff74d40f43ada67390ef7d6d;p=p5sagit%2Fp5-mst-13.2.git Update the information on shared library path on HP-UX. p4raw-id: //depot/perl@9896 --- diff --git a/INSTALL b/INSTALL index 4f5c039..39d28d6 100644 --- a/INSTALL +++ b/INSTALL @@ -896,8 +896,8 @@ 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/Darwin, LIBRARY_PATH for BeOS, SHLIB_PATH for -HP-UX, LIBPATH for AIX, PATH for Cygwin) must be set up to include +NeXTSTEP/OPENSTEP/Darwin, LIBRARY_PATH for BeOS, LD_LIBRARY_PATH/SHLIB_PATH +for HP-UX, LIBPATH for AIX, PATH for Cygwin) 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 library search settings.