I followed README.aix and compiled as follows: export OBJECT_MODE=64 rm config.sh ./Configure \ -d \ -Dcc=cc_r \ -Duseshrplib \ -Duse64bitall \ -Dprefix=/usr/opt/perl5_64
Configure worked fine. I get this error with make test Running Mkbootstrap for attributes () chmod 644 attributes.bs rm -f ../../lib/auto/attributes/attributes.so ld -b64 -bhalt:4 -G -bI:../../perl.exp -bE:attributes.exp -bnoentry -lc -lm -L/usr/local/lib attributes.o -o ../../lib/auto/attributes/attributes.so ld: 0706-003 Cannot find or read import file: ../../perl.exp ld:accessx(): A file or directory in the path name does not exist. make: 1254-004 The error code from the last command is 255. Stop. Unsuccessful make(ext/attributes): code=512 at make_ext.pl line 449. make: 1254-004 The error code from the last command is 25. Stop.