summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>1999-07-23 12:08:30 +0000
committerJarkko Hietaniemi <jhi@iki.fi>1999-07-23 12:08:30 +0000
commitc99d408adabc10e01339f7b639eba38bb9706272 (patch)
tree1c37c18d91905dfda4ba99ab476f3e42299d4ff4 /INSTALL
parent5cf1d1f16c1401220ecaa7b3127343c7c6c095d2 (diff)
downloadperl-c99d408adabc10e01339f7b639eba38bb9706272.tar.gz
Change #3725 aftershock.
p4raw-id: //depot/cfgperl@3726
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL5
1 files changed, 3 insertions, 2 deletions
diff --git a/INSTALL b/INSTALL
index cfed2998b2..cb59f7f8c2 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