When I try to run a make on openssl-0.9.5a I get the following error:
making all in crypto...
making all in crypto/md2...
Target "all" is up to date.
making all in crypto/md5...
Target "all" is up to date.
making all in crypto/sha...
Target "all" is up to date.
making all in crypto/mdc2...
Target "all" is up to date.
making all in crypto/hmac...
Target "all" is up to date.
making all in crypto/ripemd...
Target "all" is up to date.
making all in crypto/des...
Target "all" is up to date.
making all in crypto/rc2...
Target "all" is up to date.
making all in crypto/rc4...
Target "all" is up to date.
making all in crypto/rc5...
Target "all" is up to date.
making all in crypto/idea...
Target "all" is up to date.
making all in crypto/bf...
Target "all" is up to date.
making all in crypto/cast...
Target "all" is up to date.
making all in crypto/bn...
Target "all" is up to date.
making all in crypto/rsa...
Target "all" is up to date.
making all in crypto/dsa...
Target "all" is up to date.
making all in crypto/dh...
Target "all" is up to date.
making all in crypto/buffer...
Target "all" is up to date.
making all in crypto/bio...
cc -I.. -I../../include -DNO_ASM -O -DAIX -DB_ENDIAN -c b_print.c
cc: 1501-230 Internal compiler error; please contact your Service
Representative
make: 1254-004 The error code from the last command is 40.
Stop.
make: 1254-004 The error code from the last command is 1.
Stop.
make: 1254-004 The error code from the last command is 1.
Stop.
For a lark, I pulled down the openssl-0.9.5 version and it made fine. I
have also included the testlog file from the make report.
testlog