This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Fixed AIX dynamic loading and AIX shared Perl library.
authorJarkko Hietaniemi <jhi@iki.fi>
Wed, 14 Jul 1999 21:59:11 +0000 (21:59 +0000)
committerJarkko Hietaniemi <jhi@iki.fi>
Wed, 14 Jul 1999 21:59:11 +0000 (21:59 +0000)
commit549a6b102c2ac8c43e32b815191190bc29aef348
tree16371bf0a65e238e68327411cb8f20261ea5b5c0
parent0033605d21c115bf932c13b3219a6ea9a9088d20
Fixed AIX dynamic loading and AIX shared Perl library.
Tested in: AIX 4.1.5 cc+useshrplib+usethreads, 4.1.5 cc,
4.1.5 gcc+useshrplib+usethreads, 4.3.1 cc+useshrplib.
Hijacked win32/makedef.pl for more general purpose export
list building, now it is used (as toplevel makedef.pl)
for win32 and AIX (perl_exp.SH made unnecessary).
Because the export lists are now correct in AIX, no more linker
warnings about "Exported symbol not defined" should appear.

p4raw-id: //depot/cfgperl@3673
MANIFEST
Makefile.SH
ext/DynaLoader/DynaLoader_pm.PL
ext/DynaLoader/dl_aix.xs
hints/aix.sh
makedef.pl [moved from win32/makedef.pl with 68% similarity]
perl_exp.SH [deleted file]
win32/Makefile
win32/makefile.mk