diff options
author | Jan Dubois <jand@activestate.com> | 2008-09-15 10:43:34 -0700 |
---|---|---|
committer | H.Merijn Brand <h.m.brand@xs4all.nl> | 2008-09-17 15:45:09 +0000 |
commit | f2b0c9f791aa14a97b79afd2da860b112dab7e6a (patch) | |
tree | 5b1d5660e6083ed0460ddf735e7691eb5910693e /makedef.pl | |
parent | 7ed5353dcffcb7d6cb842413f3f29c4dc6074e95 (diff) | |
download | perl-f2b0c9f791aa14a97b79afd2da860b112dab7e6a.tar.gz |
RE: [perl #58858] Building Perl 5.10.0 in AIX 5.3 using "-Duseshrplib" option --> "ERROR: Undefined symbol: boot_DynaLoader"
From: "Jan Dubois" <jand@activestate.com>
Message-ID: <043301c91795$3fe15df0$bfa419d0$@com>
p4raw-id: //depot/perl@34379
Diffstat (limited to 'makedef.pl')
-rw-r--r-- | makedef.pl | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/makedef.pl b/makedef.pl index a559061a5f..2e1e2ba5f8 100644 --- a/makedef.pl +++ b/makedef.pl @@ -404,6 +404,9 @@ elsif ($PLATFORM eq 'aix') { PL_statusvalue_vms PL_sys_intern )]); + emit_symbols([qw( + boot_DynaLoader + )]);} } elsif ($PLATFORM eq 'os2') { emit_symbols([qw( |