Mailing List Archive

Perl5.002beta1, MakeMaker problem
On AIX 4.1.4, with a fresh set of perl5.002beta1 sources I get the
following:

./../../miniperl "-I../../lib" "-I../../lib" -e 'use
ExtUtils::MakeMaker qw(&mksymlists); MM->mksymlists({DL_FUNCS => "",
DL_VARS => "", NAME => "DynaLoader"})'
Warning (non-fatal): Direct use of class methods deprecated; use
my $self = shift;
$self->MM::mksymlists();
instead
Can't call method "init_main" on unblessed reference at
../../lib/ExtUtils/MakeMaker.pm line 2845.
make: The error code from the last command is 22.


Anyone understand what is going on?

Mike

------------------------------------------------------------------------------
Michael H. Moran | Standard Disclaimer: The content of
mhm@austin.ibm.com | this posting is independent of
Commercial Performance | official IBM position.
IBM Corporation, Austin, Texas |
Re: Perl5.002beta1, MakeMaker problem [ In reply to ]
FWIW, I had the same problem trying to compile perl5.002beta1 (and indeed
5.001n) under AIX 3.2.5.

--
Cloyce
cloyce@sedl.org
cloyces@austin.ibm.com

:On AIX 4.1.4, with a fresh set of perl5.002beta1 sources I get the
:following:
:
: ./../../miniperl "-I../../lib" "-I../../lib" -e 'use
:ExtUtils::MakeMaker qw(&mksymlists); MM->mksymlists({DL_FUNCS => "",
:DL_VARS => "", NAME => "DynaLoader"})'
:Warning (non-fatal): Direct use of class methods deprecated; use
: my $self = shift;
: $self->MM::mksymlists();
: instead
:Can't call method "init_main" on unblessed reference at
:../../lib/ExtUtils/MakeMaker.pm line 2845.
:make: The error code from the last command is 22.
:
:
:Anyone understand what is going on?
:
:Mike
:
:------------------------------------------------------------------------------
:Michael H. Moran | Standard Disclaimer: The content of
:mhm@austin.ibm.com | this posting is independent of
:Commercial Performance | official IBM position.
:IBM Corporation, Austin, Texas |