For the last few weeks, I have not been able to compile the cvs version of
the openssl suite. This morning I had time to track it down. sco5-gcc and
sco5-cc both need -DNO_ASM defined by default. I compiled it with this
tweek and ran all the test suite without problems. I am including the
universal patch to Configure to make this happen.
--- Configure.orig Fri Dec 29 06:14:14 2000
+++ Configure Fri Dec 29 06:45:05 2000
@@ -374,8 +374,8 @@
# SCO 5 - Ben Laurie <[EMAIL PROTECTED]> says the -O breaks the
# SCO cc.
-"sco5-cc", "cc:::(unknown):-lsocket:${x86_gcc_des} ${x86_gcc_opts}:::", # des
options?
-"sco5-gcc", "gcc:-O3 -fomit-frame-pointer::(unknown):-lsocket:BN_LLONG
${x86_gcc_des} ${x86_gcc_opts}:::", # the SCO assembler doesn't seem to like our
assembler files ...
+"sco5-cc", "cc:-DNO_ASM::(unknown):-lsocket:${x86_gcc_des} ${x86_gcc_opts}:::", #
+des options?
+"sco5-gcc", "gcc:-O3 -fomit-frame-pointer -DNO_ASM::(unknown):-lsocket:BN_LLONG
+${x86_gcc_des} ${x86_gcc_opts}:::", # the SCO assembler doesn't seem to like our
+assembler files ...
# Sinix/ReliantUNIX RM400
# NOTE: The CDS++ Compiler up to V2.0Bsomething has the IRIX_CC_BUG optimizer
problem. Better use -g */
--
Phillip P. Porch <[EMAIL PROTECTED]> NIC:PP1573 finger for
http://www.theporch.com UTM - 16 514546E 3994565N GnuPG key
______________________________________________________________________
OpenSSL Project http://www.openssl.org
Development Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]