> "make test" fails as detailed below when I try to build openssl 0.9.3 on a
> SPARC 2 machine.
  ^^^^^^^ Wow! I could never think of anybody would be actually
interested in running it on such old architecture...
> 
> Is this a bug?
Most likely:-)
> Is there something I can do to get around the problem?
Why do you think they call it *soft*ware? :-)
> 
> ============ OpenSSL Details ============
> % ./openssl version -a
> OpenSSL 0.9.3 23 May 1999
> built on: Thu May 27 14:03:30 PDT 1999
> platform: sunos-gcc
> options:  bn(64,32) md2(int) rc4(ptr,char) des(ptr,risc1,16,long) idea(int)
> blowfish(idx)
> compiler: gcc -O0 -mv8
                     ^^^ SS2 has v7 CPU and every v8 instruction causes
a trap to kernel which in turn emulates the instruction. You must have
waited forever to get through other tests involving big numbers library.
I mean you might want to get rid of it. But! In either case I don't
believe this is actually what causes the problem in question. Try to
compliment compiler command line with -DB_ENDIAN (i.e. edit Configure
with your favorite text editor and replace -mv8 with -DB_ENDIAN in the
line that starts with sunos-gcc), reconfigure, recompile and tell how
did it go... Alternatively fetch some late snapshot from
ftp://ftp.openssl.org/snapshot/. It has already been fixed (well, not
exactly in sunos-gcc context, but anyway:-).

Andy.
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to