Change 18462 by rgs@rgs-home on 2003/01/08 21:24:09

        Integrate change #18391 from maint-5.8:
        Document the installprefix trick for compiling PASE Perl in AIX.

Affected files ...

... //depot/perl/README.os400#4 integrate

Differences ...

==== //depot/perl/README.os400#4 (text) ====
Index: perl/README.os400
--- perl/README.os400#3~17912~  Thu Sep 19 10:21:24 2002
+++ perl/README.os400   Wed Jan  8 13:24:09 2003
@@ -36,6 +36,12 @@
 on OS/400 PASE, so it is possible to build Perl natively on OS/400.  
 The easier way, however, is to compile in AIX, as just described.
 
+If you don't want to install the compiled Perl in AIX into /QOpenSys
+(for packaging it before copying it to PASE), you can use a Configure
+parameter: -Dinstallprefix=/tmp/QOpenSys/perl.  This will cause the
+"make install" to install everything into that directory, while the
+installed files still think they are (will be) in /QOpenSys/perl.
+
 If building natively on PASE, please do the build under the /QOpenSys
 directory, since Perl is happier when built on a case sensitive filesystem.
 
End of Patch.

Reply via email to