I've run into a problem trying to compile openssl-0.9.6 on a Compaq Alpha
running OSF1 v4.0. The compiler is DEC C V5.9-008 on Digital UNIX V4.0 (Rev.
1229). The ./config correctly identifies the os and hardware arch but when I
do the make it blows out building SHA:
make[2]: Leaving directory `/u01/home/dohoff/src/openssl-0.9.6/crypto/md5'
making all in crypto/sha...
make[2]: Entering directory `/u01/home/dohoff/src/openssl-0.9.6/crypto/sha'
cc -I.. -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -DNO_ASM -std1 -tune host
-O4 -readonly_strings -c -o sha_dgst.o sha_dgst.c
Fatal: Insufficient virtual memory to continue compilation.
make[2]: *** [sha_dgst.o] Error 1
make[2]: Leaving directory `/u01/home/dohoff/src/openssl-0.9.6/crypto/sha'
make[1]: *** [subdirs] Error 1
make[1]: Leaving directory `/u01/home/dohoff/src/openssl-0.9.6/crypto'
make: *** [all] Error 1
I've tried this with no-asm and various levels of optimization on the
compiler. Has anyone else had a problem with this? Anyone have any
suggestions?
Regards,
Doug
______________________________________________________________________
OpenSSL Project http://www.openssl.org
User Support Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]