[EMAIL PROTECTED] (Robert Abatecola) wrote:
> "make test" fails as detailed below when I try to build openssl 0.9.3 on a
> SPARC 2 machine.  I tried this with the standard Makefile created by
> running "./config --openssldir=/usr/local/openssl" and also with gcc's
> optimization turned off.  Both attempts gave the same error.
> 
> Is this a bug?  Is there something I can do to get around the problem?

SPARC 2 is a version 7 architecture, right?  All the sparc configs include
switches to compile for version 8.  I'd assume gcc will build for the
architecture it's running on unless you tell it otherwise.  Delete the -mv8
switch from the sunos-gcc line in Configure, re-run Configure and make it
all again.
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to