in reply to Re: Error Compile perl on AIX 7.1
in thread Error Compile perl on AIX 7.1

No, firts try un 32 bit without option, next try in 64 bit with the option OBJECT_MODE=6.

Replies are listed 'Best First'.
Re^3: Error Compile perl on AIX 7.1
by syphilis (Archbishop) on Feb 03, 2020 at 04:12 UTC
    I believe this will help:
    https://rt.cpan.org/Public/Bug/Display.html?id=128004

    It's a bug in lib/ExtUtils/MM_aix.pm
    If you make the alteration to lib/ExtUtils/MM_aix.pm as specified there, you should be successful.
    Another option would be to build perl-5.30.0 or later.

    Cheers,
    Rob