summaryrefslogtreecommitdiff
path: root/README.aix
diff options
context:
space:
mode:
authorJohn Peacock <jpeacock@rowman.com>2002-05-21 08:01:10 -0400
committerJarkko Hietaniemi <jhi@iki.fi>2002-05-21 22:16:05 +0000
commit1a3e4d88b41f19081e0a5b33dd7353a2ca889c7e (patch)
tree231b41a18ff16668346a95351e2ef17c1f2ecfd6 /README.aix
parentd10edb75101a70b3aec5c96790f9074bbeebfb16 (diff)
downloadperl-1a3e4d88b41f19081e0a5b33dd7353a2ca889c7e.tar.gz
Additional README.aix changes
Message-ID: <3CEA6F46.70902@rowman.com> p4raw-id: //depot/perl@16725
Diffstat (limited to 'README.aix')
-rw-r--r--README.aix30
1 files changed, 26 insertions, 4 deletions
diff --git a/README.aix b/README.aix
index 30e8f1e29d..def6cb904d 100644
--- a/README.aix
+++ b/README.aix
@@ -48,6 +48,8 @@ Before installing the patches to the IBM C-compiler you need to know the
level of patching for the Operating System. IBM's command 'oslevel' will
show the base, but is not always complete:
+For AIX 4.3:
+
# oslevel
4.3.0.0
# lslpp -l | grep 'bos.rte '
@@ -55,11 +57,29 @@ show the base, but is not always complete:
bos.rte 4.3.2.0 COMMITTED Base Operating System Runtime
#
-As a side note, perl cannot be built without bos.adt.syscalls installed
+For AIX 5.1:
+
+ # oslevel
+ 5.1.0.0
+ # lslpp -l | grep 'bos.rte '
+ bos.rte 5.1.0.25 COMMITTED Base Operating System Runtime
+ bos.rte 5.1.0.25 COMMITTED Base Operating System Runtime
- # lslpp -l | grep syscalls
+As a side note, perl cannot be built without bos.adt.syscalls and
+bos.adt.libm installed.
+
+For AIX 4.3:
+
+ # lslpp -l | egrep "syscalls|libm"
+ bos.adt.libm 4.3.3.50 COMMITTED Base Application Development
bos.adt.syscalls 4.3.3.51 COMMITTED System Calls Application
#
+
+For AIX 5.1:
+
+ # lslpp -l | egrep "syscalls|libm"
+ bos.adt.libm 5.1.0.25 COMMITTED Base Application Development
+ bos.adt.syscalls 5.1.0.25 COMMITTED System Calls Application
=head2 Building Dynamic Extensions on AIX
@@ -166,7 +186,9 @@ Follow the messages ... and you're done.
=head2 Using GNU's gcc for building perl
-Using gcc-3.0 (tested with 3.0.4) now works out of the box.
+Using gcc-3.0 (tested with 3.0.4) now works out of the box, as does the
+most recent gcc-2.9 available directly from IBM (as part of their Linux
+compatibility packages).
=head2 Using Large Files with Perl
@@ -199,6 +221,6 @@ H.Merijn Brand <h.m.brand@hccnet.nl>
=head1 DATE
-Version 0.0.4: 13 May 2002
+Version 0.0.5: 21 May 2002
=cut