Change 34379 by [EMAIL PROTECTED] on 2008/09/17 15:45:09
RE: [perl #58858] Building Perl 5.10.0 in AIX 5.3 using "-Duseshrplib"
option --> "ERROR: Undefined symbol: boot_DynaLoader"
From: "Jan Dubois" <[EMAIL PROTECTED]>
Date: Mon, 15 Sep 2008 17:43:34 -0700
Message-ID: <[EMAIL PROTECTED]>
Affected files ...
... //depot/perl/makedef.pl#232 edit
Differences ...
==== //depot/perl/makedef.pl#232 (text) ====
Index: perl/makedef.pl
--- perl/makedef.pl#231~33389~ 2008-02-27 11:10:02.000000000 -0800
+++ perl/makedef.pl 2008-09-17 08:45:09.000000000 -0700
@@ -404,6 +404,9 @@
PL_statusvalue_vms
PL_sys_intern
)]);
+ emit_symbols([qw(
+ boot_DynaLoader
+ )]);}
}
elsif ($PLATFORM eq 'os2') {
emit_symbols([qw(
End of Patch.