Hi,

for Configure:
"sco5-gcc",  "gcc:-O3:-lsocket:BN_LLONG $x86_gcc_des ${x86_gcc_opts}:::",

works fine.

I tried the $x86_out_asm but that wouldn't make.

'don't know how to make asm/dx86-out.o (bu42).'
I tried:
 cd crypto/md5/asm
 perl md5-586.pl cpp > md5-586.cpp
 gcc -E -DOUT md5-586.cpp > md5-586.s
 as md5-586.s -o md5-586.o

I get syntax error on line 56, then illegal character on line 56
then syntax error on line 729

I don't have gas :(

David


Bodo Moeller wrote:
> 
> > I successfully built openssl on a SCO box with gcc but it needed a minor
> > change to Configure - diff below :)
> 
> >   # 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:::",
> 
> The entries look a little different in the current version (one more
> entry for compiler options for multi-threading, if they are known),
> but anyway: Did you try if
> 
"sco5-gcc",  "gcc:-O3:-lsocket:BN_LLONG $x86_gcc_des ${x86_gcc_opts}:::",
> 
> also works -- and possibly adding one of the $x86...asm entries after
> the last colon, as it is done for other x86 systems?  This should give
> noticeable speed benefits if it works, so I'd prefer to include such
> an optimized configuration entry to the distributed version of the
> Configure script if you manage to find something that works.
> 
> Bodo M"oller
> <[EMAIL PROTECTED]>

-- 
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]

Reply via email to