summaryrefslogtreecommitdiff
path: root/README.aix
diff options
context:
space:
mode:
authorRainer Tammer <tammer@tammer.net>2008-11-29 15:23:26 +0100
committerH.Merijn Brand <h.m.brand@xs4all.nl>2008-12-01 08:14:42 +0000
commite1051f11a3c9aa4f634380cb66a839c59f585fe4 (patch)
treed20f08b944b2d3fc1206bee5297467527bdf96ba /README.aix
parentdfcd3de5defffbf214d60b8322b79ded8e367fd3 (diff)
downloadperl-e1051f11a3c9aa4f634380cb66a839c59f585fe4.tar.gz
Re: 5.8.9 RC1 / 5.10.x / bleed patches for README.aix
Message-ID: <4931424E.8000008@tammer.net> p4raw-id: //depot/perl@34961
Diffstat (limited to 'README.aix')
-rw-r--r--README.aix11
1 files changed, 8 insertions, 3 deletions
diff --git a/README.aix b/README.aix
index 73905031a5..4ea8ae8f8f 100644
--- a/README.aix
+++ b/README.aix
@@ -27,6 +27,11 @@ Currently all versions of IBM's "xlc", "xlc_r", "cc", "cc_r" or
"vac" ANSI/C compiler will work for building perl if that compiler
works on your system.
+If you plan to link perl to any module that requires thread-support,
+like DBD::Oracle, it is better to use the _r version of the compiler.
+This will not build a threaded perl, but a thread-enabled perl. See
+also L<Threaded perl> later on.
+
As of writing (2008-11) only the IBM XL C for AIX or XL C/C++ for AIX
compiler is supported by IBM on AIX 5L/6.1.
@@ -101,7 +106,7 @@ can set:
With the default setting the size is limited to 128MB.
The -1 removes this limit.
-=head2 Recommended Options AIX 5.2/5.3 and 6.1 (threaded/32-bit)
+=head2 Recommended Options AIX 5.1/5.2/5.3 and 6.1 (threaded/32-bit)
With the following options you get a threaded Perl version which
passes all make tests in threaded 32-bit mode, which is the default
@@ -133,7 +138,7 @@ all make tests in 32-bit mode.
The -Dprefix option will install Perl in a directory parallel to the
IBM AIX system Perl installation.
-=head2 Recommended Options AIX 5.2/5.3 and 6.1 (threaded/64-bit)
+=head2 Recommended Options AIX 5.1/5.2/5.3 and 6.1 (threaded/64-bit)
With the following options you get a threaded Perl version which
passes all make tests in 64-bit mode.
@@ -421,6 +426,6 @@ Rainer Tammer <tammer@tammer.net>
=head1 DATE
-Version 0.0.7: 18 Nov 2008
+Version 0.0.8: 01 Dec 2008
=cut