diff options
author | Ilya Zakharevich <ilya@math.ohio-state.edu> | 1997-05-07 20:46:45 -0400 |
---|---|---|
committer | Chip Salzenberg <chip@atlantic.net> | 1997-05-08 00:00:00 +1200 |
commit | eb447b8692d1c89cd24ab421497dcff667570be4 (patch) | |
tree | fb288ee98f91c7a0608f6d8a266e0e572389d803 | |
parent | c1392b0c58c2d8b60e2092334b3e155336f026c7 (diff) | |
download | perl-eb447b8692d1c89cd24ab421497dcff667570be4.tar.gz |
OS/2 doc patch for _99
It adds some info people judged hard-to-find...
Enjoy,
p5p-msgid: 199705080046.UAA23466@monk.mps.ohio-state.edu
-rw-r--r-- | README.os2 | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/README.os2 b/README.os2 index f5927ba57d..4cef16f0aa 100644 --- a/README.os2 +++ b/README.os2 @@ -664,6 +664,12 @@ Possible locations to get this from are ftp://ftp.cdrom.com/pub/os2/dev32/ ftp://ftp.cdrom.com/pub/os2/emx09c/ +It is reported that the following archives contain enough utils to +build perl: gnufutil.zip, gnusutil.zip, gnututil.zip, gnused.zip, +gnupatch.zip, gnuawk.zip, gnumake.zip and ksh527rt.zip. Note that +all these utilities are known to be available from LEO: + + ftp://ftp.leo.org/pub/comp/os/os2/leo/gnu Make sure that no copies or perl are currently running. Later steps of the build may fail since an older version of perl.dll loaded into @@ -1306,7 +1312,11 @@ substituted with F<path2>. Should be used if the perl library is moved from the default location in preference to C<PERL(5)LIB>, since this would not leave wrong -entries in <@INC>. +entries in @INC. Say, if the compiled version of perl looks for @INC +in F<f:/perllib/lib>, and you want to install the library in +F<h:/opt/gnu>, do + + set PERLLIB_PREFIX=f:/perllib/lib;h:/opt/gnu =head2 C<PERL_BADLANG> |