Integrate change #18391 from maint-5.8:
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>
Wed, 8 Jan 2003 21:24:09 +0000 (21:24 +0000)
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>
Wed, 8 Jan 2003 21:24:09 +0000 (21:24 +0000)
Document the installprefix trick for compiling PASE Perl in AIX.
p4raw-link: @18391 on //depot/maint-5.8/perl: 5a241cb678264e621c90d31a1ef48b5f90c48a14

p4raw-id: //depot/perl@18462
p4raw-integrated: from //depot/maint-5.8/perl@18461 'copy in'
README.os400 (@18082..)

README.os400

index 1eec8b2..cd78916 100644 (file)
@@ -36,6 +36,12 @@ Starting from OS/400 V5R2 the IBM Visual Age compiler is supported
 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.