in reply to Error Compile perl on AIX 7.1

If you don't get an answer here, try the perl5 porters list.

Are you doing the 32-bit build with OBJECT_MODE=64 environment setting ? (According to the perl source's README.aix, that would be wrong.)
I take it that the 64-bit build is fine ?

Cheers,
Rob

Replies are listed 'Best First'.
Re^2: Error Compile perl on AIX 7.1
by emirsonm (Initiate) on Feb 03, 2020 at 02:46 UTC
    No, firts try un 32 bit without option, next try in 64 bit with the option OBJECT_MODE=6.
      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