> 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?

You have one of two problems:

1) You have some cruft laying around from a previous configuration. Blow
away the directory, untar the distribution, and try again.

2) The configurator thinks the default compiler should be 32 bits but it's
not, so the configurator is getting the wrong compilation behavior.
Something like 'CC=gcc -m32' should fix it.

DS


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

Reply via email to