in reply to Re^4: perl-5.24.3 build woes
in thread perl-5.24.3 build woes

I build with GNU make 3.81 on AIX 5.3, so 4.x should suffice

How 'make' is compiled does not influence how perl is compiled. 64-bit make should work fine:

make: 64-bit XCOFF executable or object module

If you want to build everything in 64-bitall, you should set your environment accordingly:

sh $ export OBJECT_MODE=64 csh% setenv OBJECT_MODE 64

Enjoy, Have FUN! H.Merijn