it seems that in the current snapshots the shared
option for solaris does not work correctly.

Compilation in crypto/des of 

   gcc  -c -o asm/des_enc-sparc.o asm/des_enc-sparc.S

should probably be 

   gcc -fPIC -c -o asm/des_enc-sparc.o asm/des_enc-sparc.S

in order not to provoke a linker error. 


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

Reply via email to