diff options
author | Karl Williamson <khw@cpan.org> | 2015-09-03 21:06:16 -0600 |
---|---|---|
committer | Karl Williamson <khw@cpan.org> | 2015-09-03 21:19:32 -0600 |
commit | f185f65418467d10121bac955af6bca4776490e3 (patch) | |
tree | b804ddd51c261e4275c54062643924f14267e5bc /README.aix | |
parent | fbe13c605d92f73c90ff4702b76a97c5e12927a7 (diff) | |
download | perl-f185f65418467d10121bac955af6bca4776490e3.tar.gz |
Start fixing some pod pedantic errors
This fixes a bunch of them, but there are many more
Diffstat (limited to 'README.aix')
-rw-r--r-- | README.aix | 108 |
1 files changed, 55 insertions, 53 deletions
diff --git a/README.aix b/README.aix index 16409c28da..2b02db90b4 100644 --- a/README.aix +++ b/README.aix @@ -75,26 +75,26 @@ at least gdbm-devel-1.8.3-5 (or higher). =head2 Perl 5 was successfully compiled and tested on: - Perl | AIX Level | Compiler Level | w th | w/o th - -------+---------------------+-------------------------+------+------- - 5.12.2 |5.1 TL9 32 bit | XL C/C++ V7 | OK | OK - 5.12.2 |5.1 TL9 64 bit | XL C/C++ V7 | OK | OK - 5.12.2 |5.2 TL10 SP8 32 bit | XL C/C++ V8 | OK | OK - 5.12.2 |5.2 TL10 SP8 32 bit | gcc 3.2.2 | OK | OK - 5.12.2 |5.2 TL10 SP8 64 bit | XL C/C++ V8 | OK | OK - 5.12.2 |5.3 TL8 SP8 32 bit | XL C/C++ V9 + IZ35785 | OK | OK - 5.12.2 |5.3 TL8 SP8 32 bit | gcc 4.2.4 | OK | OK - 5.12.2 |5.3 TL8 SP8 64 bit | XL C/C++ V9 + IZ35785 | OK | OK - 5.12.2 |5.3 TL10 SP3 32 bit | XL C/C++ V11 + Apr 2010 | OK | OK - 5.12.2 |5.3 TL10 SP3 64 bit | XL C/C++ V11 + Apr 2010 | OK | OK - 5.12.2 |6.1 TL1 SP7 32 bit | XL C/C++ V10 | OK | OK - 5.12.2 |6.1 TL1 SP7 64 bit | XL C/C++ V10 | OK | OK - 5.13 |7.1 TL0 SP1 32 bit | XL C/C++ V11 + Jul 2010 | OK | OK - 5.13 |7.1 TL0 SP1 64 bit | XL C/C++ V11 + Jul 2010 | OK | OK - - w th = with thread support - w/o th = without thread support - OK = tested + Perl | AIX Level | Compiler Level | w th | w/o th + -------+---------------------+-------------------------+------+------- + 5.12.2 |5.1 TL9 32 bit | XL C/C++ V7 | OK | OK + 5.12.2 |5.1 TL9 64 bit | XL C/C++ V7 | OK | OK + 5.12.2 |5.2 TL10 SP8 32 bit | XL C/C++ V8 | OK | OK + 5.12.2 |5.2 TL10 SP8 32 bit | gcc 3.2.2 | OK | OK + 5.12.2 |5.2 TL10 SP8 64 bit | XL C/C++ V8 | OK | OK + 5.12.2 |5.3 TL8 SP8 32 bit | XL C/C++ V9 + IZ35785 | OK | OK + 5.12.2 |5.3 TL8 SP8 32 bit | gcc 4.2.4 | OK | OK + 5.12.2 |5.3 TL8 SP8 64 bit | XL C/C++ V9 + IZ35785 | OK | OK + 5.12.2 |5.3 TL10 SP3 32 bit | XL C/C++ V11 + Apr 2010 | OK | OK + 5.12.2 |5.3 TL10 SP3 64 bit | XL C/C++ V11 + Apr 2010 | OK | OK + 5.12.2 |6.1 TL1 SP7 32 bit | XL C/C++ V10 | OK | OK + 5.12.2 |6.1 TL1 SP7 64 bit | XL C/C++ V10 | OK | OK + 5.13 |7.1 TL0 SP1 32 bit | XL C/C++ V11 + Jul 2010 | OK | OK + 5.13 |7.1 TL0 SP1 64 bit | XL C/C++ V11 + Jul 2010 | OK | OK + + w th = with thread support + w/o th = without thread support + OK = tested Successfully tested means that all "make test" runs finish with a result of 100% OK. All tests were conducted with -Duseshrplib set. @@ -210,31 +210,31 @@ IBM AIX system Perl installation. With the following options you get a threaded Perl version which passes all make tests in 64-bit mode. - export OBJECT_MODE=64 / setenv OBJECT_MODE 64 (depending on your shell) + export OBJECT_MODE=64 / setenv OBJECT_MODE 64 (depending on your shell) - rm config.sh - ./Configure \ - -d \ - -Dcc=cc_r \ - -Duseshrplib \ - -Dusethreads \ - -Duse64bitall \ - -Dprefix=/usr/opt/perl5_64 + rm config.sh + ./Configure \ + -d \ + -Dcc=cc_r \ + -Duseshrplib \ + -Dusethreads \ + -Duse64bitall \ + -Dprefix=/usr/opt/perl5_64 =head2 Recommended Options AIX 5.1/5.2/5.3/6.1 and 7.1 (64-bit) With the following options you get a Perl version which passes all make tests in 64-bit mode. - export OBJECT_MODE=64 / setenv OBJECT_MODE 64 (depending on your shell) + export OBJECT_MODE=64 / setenv OBJECT_MODE 64 (depending on your shell) - rm config.sh - ./Configure \ - -d \ - -Dcc=cc_r \ - -Duseshrplib \ - -Duse64bitall \ - -Dprefix=/usr/opt/perl5_64 + rm config.sh + ./Configure \ + -d \ + -Dcc=cc_r \ + -Duseshrplib \ + -Duse64bitall \ + -Dprefix=/usr/opt/perl5_64 The -Dprefix option will install Perl in a directory parallel to the IBM AIX system Perl installation. @@ -357,7 +357,8 @@ in the developer snapshots of Perl), or to one version up where the cumulative. vac.C.4.4.0.1 => vac.C.4.4.0.3 is OK (vac.C.4.4.0.2 not needed) - xlC.C.3.1.3.3 => xlC.C.3.1.4.10 is NOT OK (xlC.C.3.1.4.0 is not available) + xlC.C.3.1.3.3 => xlC.C.3.1.4.10 is NOT OK (xlC.C.3.1.4.0 is not + available) # ftp ftp.software.ibm.com Connected to service.boulder.ibm.com. @@ -389,16 +390,16 @@ On AIX 4.2 using xlC, we continue: xlC.C 3.1.4.9 COMMITTED C for AIX Compiler xlC.C 3.1.4.0 COMMITTED C for AIX Compiler # grep 'xlC.C.3.1.4.*.bff' xlc.ll - -rw-r--r-- 1 45776101 1 6286336 Jul 22 1996 xlC.C.3.1.4.1.bff - -rw-rw-r-- 1 45776101 1 6173696 Aug 24 1998 xlC.C.3.1.4.10.bff - -rw-r--r-- 1 45776101 1 6319104 Aug 14 1996 xlC.C.3.1.4.2.bff - -rw-r--r-- 1 45776101 1 6316032 Oct 21 1996 xlC.C.3.1.4.3.bff - -rw-r--r-- 1 45776101 1 6315008 Dec 20 1996 xlC.C.3.1.4.4.bff - -rw-rw-r-- 1 45776101 1 6178816 Mar 28 1997 xlC.C.3.1.4.5.bff - -rw-rw-r-- 1 45776101 1 6188032 May 22 1997 xlC.C.3.1.4.6.bff - -rw-rw-r-- 1 45776101 1 6191104 Sep 5 1997 xlC.C.3.1.4.7.bff - -rw-rw-r-- 1 45776101 1 6185984 Jan 13 1998 xlC.C.3.1.4.8.bff - -rw-rw-r-- 1 45776101 1 6169600 May 27 1998 xlC.C.3.1.4.9.bff + -rw-r--r-- 1 45776101 1 6286336 Jul 22 1996 xlC.C.3.1.4.1.bff + -rw-rw-r-- 1 45776101 1 6173696 Aug 24 1998 xlC.C.3.1.4.10.bff + -rw-r--r-- 1 45776101 1 6319104 Aug 14 1996 xlC.C.3.1.4.2.bff + -rw-r--r-- 1 45776101 1 6316032 Oct 21 1996 xlC.C.3.1.4.3.bff + -rw-r--r-- 1 45776101 1 6315008 Dec 20 1996 xlC.C.3.1.4.4.bff + -rw-rw-r-- 1 45776101 1 6178816 Mar 28 1997 xlC.C.3.1.4.5.bff + -rw-rw-r-- 1 45776101 1 6188032 May 22 1997 xlC.C.3.1.4.6.bff + -rw-rw-r-- 1 45776101 1 6191104 Sep 5 1997 xlC.C.3.1.4.7.bff + -rw-rw-r-- 1 45776101 1 6185984 Jan 13 1998 xlC.C.3.1.4.8.bff + -rw-rw-r-- 1 45776101 1 6169600 May 27 1998 xlC.C.3.1.4.9.bff # wget ftp://ftp.software.ibm.com/aix/fixes/v4/xlc/xlC.C.3.1.4.10.bff # @@ -408,10 +409,10 @@ On AIX 4.3 using vac, we continue: vac.C 5.0.2.2 COMMITTED C for AIX Compiler vac.C 5.0.2.0 COMMITTED C for AIX Compiler # grep 'vac.C.5.0.2.*.bff' other.ll - -rw-rw-r-- 1 45776101 1 13592576 Apr 16 2001 vac.C.5.0.2.0.bff - -rw-rw-r-- 1 45776101 1 14133248 Apr 9 2002 vac.C.5.0.2.3.bff - -rw-rw-r-- 1 45776101 1 14173184 May 20 2002 vac.C.5.0.2.4.bff - -rw-rw-r-- 1 45776101 1 14192640 Nov 22 2002 vac.C.5.0.2.6.bff + -rw-rw-r-- 1 45776101 1 13592576 Apr 16 2001 vac.C.5.0.2.0.bff + -rw-rw-r-- 1 45776101 1 14133248 Apr 9 2002 vac.C.5.0.2.3.bff + -rw-rw-r-- 1 45776101 1 14173184 May 20 2002 vac.C.5.0.2.4.bff + -rw-rw-r-- 1 45776101 1 14192640 Nov 22 2002 vac.C.5.0.2.6.bff # wget ftp://ftp.software.ibm.com/aix/fixes/v4/other/vac.C.5.0.2.6.bff # @@ -445,7 +446,8 @@ causes error like this ld: 0711-317 ERROR: Undefined symbol: .setresuid ld: 0711-317 ERROR: Undefined symbol: .setresgid ld: 0711-317 ERROR: Undefined symbol: .setproctitle - ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information. + ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more + information. you could retry with |