From: "Alan McIlwain Perez" <[EMAIL PROTECTED]>

ajm> 1.
ajm> ./Configure no-idea no-dsa no-rc5
ajm> no-cast -DSOLARIS -D_POSIX_PTHREAD_SEMANTICS -DAGORA -g -lsocket -lnsl -ldl 
ajm> -lpthread shared
ajm> no-asm --prefix=/export/software/openssl/solaris --openssldir=/export/softwa
ajm> re/openssl/solaris solaris-sparcv9-cc:"cc -xCC"

You last argument, 'solaris-sparcv9-cc:"cc -xCC"', is the saboteur.
It's very simple, with that, you have replaced the configuration entry
for solaris-sparcv9-cc with the string "cc -xCC", thereby removing
every bit of info, including how to build shared libraries, for that
target.

Actually, you could have only 'solaris-sparcv9-cc' as last argument,
and things would work fine.  As far as I know, the OpenSSL source
doesn't contain any C++ comment, and if it does, that's an error that
should be reported.

-- 
Richard Levitte   \ Spannvägen 38, II \ [EMAIL PROTECTED]
Chairman@Stacken   \ S-168 35  BROMMA  \ T: +46-8-26 52 47
Redakteur@Stacken   \      SWEDEN       \ or +46-709-50 36 10
Procurator Odiosus Ex Infernis                -- [EMAIL PROTECTED]
Member of the OpenSSL development team: http://www.openssl.org/
Software Engineer, Celo Communications: http://www.celocom.com/

Unsolicited commercial email is subject to an archival fee of $400.
See <http://www.stacken.kth.se/~levitte/mail/> for more info.
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to