>>>>> "dohoff" == dohoff <- Doug Hoffman <[EMAIL PROTECTED]>> writes:
dohoff> I've run into a problem trying to compile openssl-0.9.6 on a Compaq
dohoff> Alpha running OSF1 v4.0. The compiler is DEC C V5.9-008 on Digital UNIX
dohoff> V4.0 (Rev. 1229). The ./config correctly identifies the os and
dohoff> hardware arch but when I do the make it blows out building SHA:
dohoff> make[2]: Leaving directory
dohoff> `/u01/home/dohoff/src/openssl-0.9.6/crypto/md5' making all in
dohoff> crypto/sha... make[2]: Entering directory
dohoff> `/u01/home/dohoff/src/openssl-0.9.6/crypto/sha' cc -I.. -I../../include
dohoff> -DDSO_DLFCN -DHAVE_DLFCN_H -DNO_ASM -std1 -tune host -O4
dohoff> -readonly_strings -c -o sha_dgst.o sha_dgst.c Fatal: Insufficient
dohoff> virtual memory to continue compilation. make[2]: *** [sha_dgst.o]
dohoff> Error 1 make[2]: Leaving directory
dohoff> `/u01/home/dohoff/src/openssl-0.9.6/crypto/sha' make[1]: *** [subdirs]
dohoff> Error 1 make[1]: Leaving directory
dohoff> `/u01/home/dohoff/src/openssl-0.9.6/crypto' make: *** [all] Error 1
dohoff> I've tried this with no-asm and various levels of optimization on the
dohoff> compiler. Has anyone else had a problem with this? Anyone have any
dohoff> suggestions?
Does -O0 still do it? I've seen a note on this somewhere (can't find it now)
and recall that it appeared to be an optimization bug, or maybe just
optimization inefficiency relative to memory use.
Found the reference: http://www.openssl.org/support/faq.html#25
______________________________________________________________________
OpenSSL Project http://www.openssl.org
User Support Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]