Change 34961 by [EMAIL PROTECTED] on 2008/12/01 08:14:42
Subject: Re: 5.8.9 RC1 / 5.10.x / bleed patches for README.aix
From: Rainer Tammer <[EMAIL PROTECTED]>
Date: Sat, 29 Nov 2008 14:23:26 +0100
Message-ID: <[EMAIL PROTECTED]>
Affected files ...
... //depot/perl/README.aix#26 edit
Differences ...
==== //depot/perl/README.aix#26 (text) ====
Index: perl/README.aix
--- perl/README.aix#25~34881~ 2008-11-18 05:16:44.000000000 -0800
+++ perl/README.aix 2008-12-01 00:14:42.000000000 -0800
@@ -27,6 +27,11 @@
"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 @@
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 @@
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 @@
=head1 DATE
-Version 0.0.7: 18 Nov 2008
+Version 0.0.8: 01 Dec 2008
=cut
End of Patch.