The first cut at fixing Perl extensions written in C++ in AIX,
authorStephanie Beals <bealzy@us.ibm.com>
Thu, 7 Oct 1999 15:05:54 +0000 (11:05 -0400)
committerJarkko Hietaniemi <jhi@iki.fi>
Fri, 8 Oct 1999 10:44:13 +0000 (10:44 +0000)
commit4e774c8419d3eafeeaf002f3bd7b53c6ac99d4c1
tree903593f0f4dc393dce103dad0ea8f87c79dd2f96
parent9c1db463c4ae15cae06c1fabc33e0df3d58f22ed
The first cut at fixing Perl extensions written in C++ in AIX,
statics don't get initialized right.  This patch at least
doesn't seem to break the build in my AIX, but unfortunately
I don't have the IBM C++ to do further testing.

Problem reported by Stephanie Beals in
To: perl5-porters@perl.org
Subject: [ID 19991007.005] DynaLoader/dl_aix.xs problem using load and unload on AIX
Message-Id: <85256803.0068E70D.00@D51MTA03.pok.ibm.com>

p4raw-id: //depot/cfgperl@4317
MANIFEST
ext/DynaLoader/dl_aix.xs
ext/DynaLoader/hints/aix.pl [new file with mode: 0644]
hints/aix.sh