Change 20280 by [EMAIL PROTECTED] on 2003/07/28 18:30:56
Document the Mac OS X statical building.
Affected files ...
... //depot/maint-5.8/perl/pod/perldelta.pod#47 edit
Differences ...
==== //depot/maint-5.8/perl/pod/perldelta.pod#47 (text) ====
Index: perl/pod/perldelta.pod
--- perl/pod/perldelta.pod#46~20279~ Mon Jul 28 11:23:43 2003
+++ perl/pod/perldelta.pod Mon Jul 28 11:30:56 2003
@@ -390,6 +390,11 @@
(In other words, the default installation no longer breaks the
Apple-provided Perl.)
+Mac OS X now builds Perl statically by default. This change was done
+mainly for faster startup times. The Apple-provided Perl is still
+dynamically linked and shared, and you can enable the sharedness for
+your own Perl builds by C<Configure -Duseshrplib>.
+
Perl has been ported to IBM's OS/400 PASE environment. The best way
to build a Perl for PASE is to use an AIX host as a cross-compilation
environment. See README.os400.
End of Patch.