On 2009.05.20 at 02:13:39 -0700, jo wrote:

> 
> When I want to build the openssl 0.9.8k version on aix it fails as follows:
> 
> 
> /usr/local/bin/gcc   -I../crypto -I.. -I../include  -DZLIB -DOPENSSL_THREADS 
> -qthreaded -DDSO_DLFCN -DHAVE_DLFCN_H -q32 -O -DB_ENDIAN -qmaxmem=16384 -qro -
> qroconst   -c -o ssl_err.o ssl_err.c
> gcc: unrecognized option '-qthreaded'
> gcc: unrecognized option '-q32'
> gcc: unrecognized option '-qmaxmem=16384'
> gcc: unrecognized option '-qro'
> gcc: unrecognized option '-qroconst'
> 
> 
> Any ideas on how to fix this?

It seems that you are trying to build with GCC OpenSSL source,
configured for AIX proprietary compiler

Try using

./Configure aix-gcc 

instead of just ./config
(all options you've given to config should be given to Configure
after platform specification)

______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    openssl-users@openssl.org
Automated List Manager                           majord...@openssl.org

Reply via email to