Andy Harrison a écrit :
> I'm trying to compile with the following options, but it's insisting
> on using the 64 bit version and I can't seem to get around this.
> 
> # ./config --install_prefix=/usr/src/OPENSSL --prefix=/usr/local/ssl
> --openssldir=/usr/local/ssl --shared solaris-x86-gcc
> Operating system: i86pc-whatever-solaris2
> Configuring for solaris64-x86_64-gcc
> target already defined - solaris64-x86_64-gcc (offending arg:
> solaris-x86-gcc)
> 
> Any ideas how I can force it to 32-bit?

Just use:
./Configure solaris-x86-gcc <other options>

For some reason, OpenSSL now defaults to 64 bits on S10 on AMD64, while
still 32 on SPARCv9.

You'd rather use Studio 11 which will give you a faster binary with less
dependencies (remember to patch it before building OpenSSL).

Laurent

______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    openssl-users@openssl.org
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to