Hi
I successfully built openssl on a SCO box with gcc but it needed a minor
change to Configure - diff below :)
*** ./openssl-0.9.2b/Configure~ Mon May 24 09:56:42 1999
--- ./openssl-0.9.2b/Configure Mon May 24 09:56:42 1999
***************
*** 203,208 ****
# SCO 5 - Ben Laurie <[EMAIL PROTECTED]> says the -O breaks the
# SCO cc.
"sco5-cc", "cc::-lsocket:$x86_gcc_des ${x86_gcc_opts}:::", # des
options?
# Sinix RM400
"SINIX-N","/usr/ucb/cc:-O2 -misaligned:-lucb:RC4_INDEX RC4_CHAR:::",
--- 203,210 ----
# SCO 5 - Ben Laurie <[EMAIL PROTECTED]> says the -O breaks the
# SCO cc.
"sco5-cc", "cc::-lsocket:$x86_gcc_des ${x86_gcc_opts}:::", # des
options?
+ # SCO gcc. needs libsocket.a - otherwise as 'gcc'
+ "sco5-gcc", "gcc:-O3:-lsocket:BN_LLONG:::",
# Sinix RM400
"SINIX-N","/usr/ucb/cc:-O2 -misaligned:-lucb:RC4_INDEX RC4_CHAR:::",
David
--
David Greaves Enabling
Technical Director, Telekinesys SW Productivity W
[EMAIL PROTECTED] via W
http://www.telekinesys.co.uk/ the W E B
______________________________________________________________________
OpenSSL Project http://www.openssl.org
Development Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]