Hello to all, I am trying to compile on a 64 bit Suse sles7 powerpc system. the error message indicates
-m486 is an invalid compiler parameter. Anyone know the parameters I need to give ./config to get it to work for 64 bit Suse on a powerpc???? below are the results from running ./config without parameters and the results from running the make command. Thanks for all your help John running ./config gave me the following::::::::::::::::::::::::::::::::::::::::::::::::::: Operating system: ppc64-whatever-linux2 Configuring for linux-elf Configuring for linux-elf IsWindows=0 CC =gcc CFLAG =-fPIC -DTHREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -m486 -Wall -DSHA1_ASM -DMD5_ASM -DRMD160_ASM EX_LIBS =-ldl BN_ASM =asm/bn86-elf.o asm/co86-elf.o DES_ENC =asm/dx86-elf.o asm/yx86-elf.o BF_ENC =asm/bx86-elf.o CAST_ENC =asm/cx86-elf.o RC4_ENC =asm/rx86-elf.o RC5_ENC =asm/r586-elf.o MD5_OBJ_ASM =asm/mx86-elf.o SHA1_OBJ_ASM =asm/sx86-elf.o RMD160_OBJ_ASM=asm/rm86-elf.o PROCESSOR = RANLIB =/usr/bin/ranlib PERL =/usr/bin/perl THIRTY_TWO_BIT mode DES_PTR used DES_RISC1 used DES_UNROLL used BN_LLONG mode RC4_INDEX mode RC4_CHUNK is undefined Makefile => Makefile.ssl e_os.h => include/openssl/e_os.h [File exists] e_os2.h => include/openssl/e_os2.h [File exists] making links in crypto... make[1]: Entering directory `/work/icccode/openssl-0.9.6c/crypto' Makefile => Makefile.ssl crypto.h => ../include/openssl/crypto.h [File exists] tmdiff.h => ../include/openssl/tmdiff.h [File exists] opensslv.h => ../include/openssl/opensslv.h [File exists] opensslconf.h => ../include/openssl/opensslconf.h [File exists] ebcdic.h => ../include/openssl/ebcdic.h [File exists] symhacks.h => ../include/openssl/symhacks.h [File exists] Makefile => Makefile.ssl making links in crypto/md2... make[2]: Entering directory `/work/icccode/openssl-0.9.6c/crypto/md2' Makefile => Makefile.ssl md2.h => ../../include/openssl/md2.h [File exists] md2test.c => ../../test/md2test.c [File exists] make[2]: Leaving directory `/work/icccode/openssl-0.9.6c/crypto/md2' making links in crypto/md4... make[2]: Entering directory `/work/icccode/openssl-0.9.6c/crypto/md4' Makefile => Makefile.ssl md4.h => ../../include/openssl/md4.h [File exists] md4test.c => ../../test/md4test.c [File exists] md4.c => ../../apps/md4.c [File exists] make[2]: Leaving directory `/work/icccode/openssl-0.9.6c/crypto/md4' making links in crypto/md5... make[2]: Entering directory `/work/icccode/openssl-0.9.6c/crypto/md5' Makefile => Makefile.ssl md5.h => ../../include/openssl/md5.h [File exists] md5test.c => ../../test/md5test.c [File exists] make[2]: Leaving directory `/work/icccode/openssl-0.9.6c/crypto/md5' making links in crypto/sha... make[2]: Entering directory `/work/icccode/openssl-0.9.6c/crypto/sha' Makefile => Makefile.ssl sha.h => ../../include/openssl/sha.h [File exists] shatest.c => ../../test/shatest.c [File exists] sha1test.c => ../../test/sha1test.c [File exists] make[2]: Leaving directory `/work/icccode/openssl-0.9.6c/crypto/sha' making links in crypto/mdc2... make[2]: Entering directory `/work/icccode/openssl-0.9.6c/crypto/mdc2' Makefile => Makefile.ssl mdc2.h => ../../include/openssl/mdc2.h [File exists] mdc2test.c => ../../test/mdc2test.c [File exists] make[2]: Leaving directory `/work/icccode/openssl-0.9.6c/crypto/mdc2' making links in crypto/hmac... make[2]: Entering directory `/work/icccode/openssl-0.9.6c/crypto/hmac' Makefile => Makefile.ssl hmac.h => ../../include/openssl/hmac.h [File exists] hmactest.c => ../../test/hmactest.c [File exists] make[2]: Leaving directory `/work/icccode/openssl-0.9.6c/crypto/hmac' making links in crypto/ripemd... make[2]: Entering directory `/work/icccode/openssl-0.9.6c/crypto/ripemd' Makefile => Makefile.ssl ripemd.h => ../../include/openssl/ripemd.h [File exists] rmdtest.c => ../../test/rmdtest.c [File exists] make[2]: Leaving directory `/work/icccode/openssl-0.9.6c/crypto/ripemd' making links in crypto/des... make[2]: Entering directory `/work/icccode/openssl-0.9.6c/crypto/des' Makefile => Makefile.ssl asm/perlasm => ../../perlasm des.h => ../../include/openssl/des.h [File exists] destest.c => ../../test/destest.c [File exists] make[2]: Leaving directory `/work/icccode/openssl-0.9.6c/crypto/des' making links in crypto/rc2... make[2]: Entering directory `/work/icccode/openssl-0.9.6c/crypto/rc2' Makefile => Makefile.ssl rc2.h => ../../include/openssl/rc2.h [File exists] rc2test.c => ../../test/rc2test.c [File exists] make[2]: Leaving directory `/work/icccode/openssl-0.9.6c/crypto/rc2' making links in crypto/rc4... make[2]: Entering directory `/work/icccode/openssl-0.9.6c/crypto/rc4' Makefile => Makefile.ssl rc4.h => ../../include/openssl/rc4.h [File exists] rc4test.c => ../../test/rc4test.c [File exists] make[2]: Leaving directory `/work/icccode/openssl-0.9.6c/crypto/rc4' making links in crypto/rc5... make[2]: Entering directory `/work/icccode/openssl-0.9.6c/crypto/rc5' Makefile => Makefile.ssl rc5.h => ../../include/openssl/rc5.h [File exists] rc5test.c => ../../test/rc5test.c [File exists] make[2]: Leaving directory `/work/icccode/openssl-0.9.6c/crypto/rc5' making links in crypto/idea... make[2]: Entering directory `/work/icccode/openssl-0.9.6c/crypto/idea' Makefile => Makefile.ssl idea.h => ../../include/openssl/idea.h [File exists] ideatest.c => ../../test/ideatest.c [File exists] make[2]: Leaving directory `/work/icccode/openssl-0.9.6c/crypto/idea' making links in crypto/bf... make[2]: Entering directory `/work/icccode/openssl-0.9.6c/crypto/bf' Makefile => Makefile.ssl blowfish.h => ../../include/openssl/blowfish.h [File exists] bftest.c => ../../test/bftest.c [File exists] make[2]: Leaving directory `/work/icccode/openssl-0.9.6c/crypto/bf' making links in crypto/cast... make[2]: Entering directory `/work/icccode/openssl-0.9.6c/crypto/cast' Makefile => Makefile.ssl cast.h => ../../include/openssl/cast.h [File exists] casttest.c => ../../test/casttest.c [File exists] make[2]: Leaving directory `/work/icccode/openssl-0.9.6c/crypto/cast' making links in crypto/bn... make[2]: Entering directory `/work/icccode/openssl-0.9.6c/crypto/bn' Makefile => Makefile.ssl bn.h => ../../include/openssl/bn.h [File exists] bntest.c => ../../test/bntest.c [File exists] exptest.c => ../../test/exptest.c [File exists] make[2]: Leaving directory `/work/icccode/openssl-0.9.6c/crypto/bn' making links in crypto/rsa... make[2]: Entering directory `/work/icccode/openssl-0.9.6c/crypto/rsa' Makefile => Makefile.ssl rsa.h => ../../include/openssl/rsa.h [File exists] rsa_test.c => ../../test/rsa_test.c [File exists] make[2]: Leaving directory `/work/icccode/openssl-0.9.6c/crypto/rsa' making links in crypto/dsa... make[2]: Entering directory `/work/icccode/openssl-0.9.6c/crypto/dsa' Makefile => Makefile.ssl dsa.h => ../../include/openssl/dsa.h [File exists] dsatest.c => ../../test/dsatest.c [File exists] make[2]: Leaving directory `/work/icccode/openssl-0.9.6c/crypto/dsa' making links in crypto/dh... make[2]: Entering directory `/work/icccode/openssl-0.9.6c/crypto/dh' Makefile => Makefile.ssl dh.h => ../../include/openssl/dh.h [File exists] dhtest.c => ../../test/dhtest.c [File exists] make[2]: Leaving directory `/work/icccode/openssl-0.9.6c/crypto/dh' making links in crypto/dso... make[2]: Entering directory `/work/icccode/openssl-0.9.6c/crypto/dso' Makefile => Makefile.ssl dso.h => ../../include/openssl/dso.h [File exists] make[2]: Leaving directory `/work/icccode/openssl-0.9.6c/crypto/dso' making links in crypto/buffer... make[2]: Entering directory `/work/icccode/openssl-0.9.6c/crypto/buffer' Makefile => Makefile.ssl buffer.h => ../../include/openssl/buffer.h [File exists] make[2]: Leaving directory `/work/icccode/openssl-0.9.6c/crypto/buffer' making links in crypto/bio... make[2]: Entering directory `/work/icccode/openssl-0.9.6c/crypto/bio' Makefile => Makefile.ssl bio.h => ../../include/openssl/bio.h [File exists] make[2]: Leaving directory `/work/icccode/openssl-0.9.6c/crypto/bio' making links in crypto/stack... make[2]: Entering directory `/work/icccode/openssl-0.9.6c/crypto/stack' Makefile => Makefile.ssl stack.h => ../../include/openssl/stack.h [File exists] safestack.h => ../../include/openssl/safestack.h [File exists] make[2]: Leaving directory `/work/icccode/openssl-0.9.6c/crypto/stack' making links in crypto/lhash... make[2]: Entering directory `/work/icccode/openssl-0.9.6c/crypto/lhash' Makefile => Makefile.ssl lhash.h => ../../include/openssl/lhash.h [File exists] make[2]: Leaving directory `/work/icccode/openssl-0.9.6c/crypto/lhash' making links in crypto/rand... make[2]: Entering directory `/work/icccode/openssl-0.9.6c/crypto/rand' Makefile => Makefile.ssl rand.h => ../../include/openssl/rand.h [File exists] randtest.c => ../../test/randtest.c [File exists] make[2]: Leaving directory `/work/icccode/openssl-0.9.6c/crypto/rand' making links in crypto/err... make[2]: Entering directory `/work/icccode/openssl-0.9.6c/crypto/err' Makefile => Makefile.ssl err.h => ../../include/openssl/err.h [File exists] make[2]: Leaving directory `/work/icccode/openssl-0.9.6c/crypto/err' making links in crypto/objects... make[2]: Entering directory `/work/icccode/openssl-0.9.6c/crypto/objects' Makefile => Makefile.ssl objects.h => ../../include/openssl/objects.h [File exists] obj_mac.h => ../../include/openssl/obj_mac.h [File exists] make[2]: Leaving directory `/work/icccode/openssl-0.9.6c/crypto/objects' making links in crypto/evp... make[2]: Entering directory `/work/icccode/openssl-0.9.6c/crypto/evp' Makefile => Makefile.ssl evp.h => ../../include/openssl/evp.h [File exists] make[2]: Leaving directory `/work/icccode/openssl-0.9.6c/crypto/evp' making links in crypto/asn1... make[2]: Entering directory `/work/icccode/openssl-0.9.6c/crypto/asn1' Makefile => Makefile.ssl asn1.h => ../../include/openssl/asn1.h [File exists] asn1_mac.h => ../../include/openssl/asn1_mac.h [File exists] make[2]: Leaving directory `/work/icccode/openssl-0.9.6c/crypto/asn1' making links in crypto/pem... make[2]: Entering directory `/work/icccode/openssl-0.9.6c/crypto/pem' Makefile => Makefile.ssl pem.h => ../../include/openssl/pem.h [File exists] pem2.h => ../../include/openssl/pem2.h [File exists] make[2]: Leaving directory `/work/icccode/openssl-0.9.6c/crypto/pem' making links in crypto/x509... make[2]: Entering directory `/work/icccode/openssl-0.9.6c/crypto/x509' Makefile => Makefile.ssl x509.h => ../../include/openssl/x509.h [File exists] x509_vfy.h => ../../include/openssl/x509_vfy.h [File exists] make[2]: Leaving directory `/work/icccode/openssl-0.9.6c/crypto/x509' making links in crypto/x509v3... make[2]: Entering directory `/work/icccode/openssl-0.9.6c/crypto/x509v3' Makefile => Makefile.ssl x509v3.h => ../../include/openssl/x509v3.h [File exists] make[2]: Leaving directory `/work/icccode/openssl-0.9.6c/crypto/x509v3' making links in crypto/conf... make[2]: Entering directory `/work/icccode/openssl-0.9.6c/crypto/conf' Makefile => Makefile.ssl conf.h => ../../include/openssl/conf.h [File exists] conf_api.h => ../../include/openssl/conf_api.h [File exists] make[2]: Leaving directory `/work/icccode/openssl-0.9.6c/crypto/conf' making links in crypto/txt_db... make[2]: Entering directory `/work/icccode/openssl-0.9.6c/crypto/txt_db' Makefile => Makefile.ssl txt_db.h => ../../include/openssl/txt_db.h [File exists] make[2]: Leaving directory `/work/icccode/openssl-0.9.6c/crypto/txt_db' making links in crypto/pkcs7... make[2]: Entering directory `/work/icccode/openssl-0.9.6c/crypto/pkcs7' Makefile => Makefile.ssl pkcs7.h => ../../include/openssl/pkcs7.h [File exists] make[2]: Leaving directory `/work/icccode/openssl-0.9.6c/crypto/pkcs7' making links in crypto/pkcs12... make[2]: Entering directory `/work/icccode/openssl-0.9.6c/crypto/pkcs12' Makefile => Makefile.ssl pkcs12.h => ../../include/openssl/pkcs12.h [File exists] make[2]: Leaving directory `/work/icccode/openssl-0.9.6c/crypto/pkcs12' making links in crypto/comp... make[2]: Entering directory `/work/icccode/openssl-0.9.6c/crypto/comp' Makefile => Makefile.ssl comp.h => ../../include/openssl/comp.h [File exists] make[2]: Leaving directory `/work/icccode/openssl-0.9.6c/crypto/comp' make[1]: Leaving directory `/work/icccode/openssl-0.9.6c/crypto' making links in ssl... make[1]: Entering directory `/work/icccode/openssl-0.9.6c/ssl' Makefile => Makefile.ssl ssl.h => ../include/openssl/ssl.h [File exists] ssl2.h => ../include/openssl/ssl2.h [File exists] ssl3.h => ../include/openssl/ssl3.h [File exists] ssl23.h => ../include/openssl/ssl23.h [File exists] tls1.h => ../include/openssl/tls1.h [File exists] ssltest.c => ../test/ssltest.c [File exists] make[1]: Leaving directory `/work/icccode/openssl-0.9.6c/ssl' making links in rsaref... make[1]: Entering directory `/work/icccode/openssl-0.9.6c/rsaref' Makefile => Makefile.ssl rsaref.h => ../include/openssl/rsaref.h [File exists] make[1]: Leaving directory `/work/icccode/openssl-0.9.6c/rsaref' making links in apps... make[1]: Entering directory `/work/icccode/openssl-0.9.6c/apps' Makefile => Makefile.ssl make[1]: Leaving directory `/work/icccode/openssl-0.9.6c/apps' making links in test... make[1]: Entering directory `/work/icccode/openssl-0.9.6c/test' Makefile => Makefile.ssl make[1]: Leaving directory `/work/icccode/openssl-0.9.6c/test' making links in tools... make[1]: Entering directory `/work/icccode/openssl-0.9.6c/tools' Makefile => Makefile.ssl make[1]: Leaving directory `/work/icccode/openssl-0.9.6c/tools' Configured for linux-elf. =========================================================== runnin make gave me the following:::::::::::::::::::::::::::::::::::::::::::::::;; + rm -f libcrypto.so.0 + rm -f libcrypto.so + rm -f libcrypto.so.0.9.6 + rm -f libssl.so.0 + rm -f libssl.so + rm -f libssl.so.0.9.6 making all in crypto... make[1]: Entering directory `/work/icccode/openssl-0.9.6c/crypto' ( echo "#ifndef MK1MF_BUILD"; \ echo " /* auto-generated by crypto/Makefile.ssl for crypto/cversion.c */"; \ echo " #define CFLAGS \"gcc -fPIC -DTHREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -m486 -Wall -DSHA1_ASM -DMD5_ASM -DRMD160_ASM\""; \ echo " #define PLATFORM \"linux-elf\""; \ echo " #define DATE \"`date`\""; \ echo "#endif" ) >buildinf.h gcc -I. -I../include -fPIC -DTHREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -m486 -Wall -DSHA1_ASM -DMD5_ASM -DRMD160_ASM -c -o cryptlib.o cryptlib.c cc1: Invalid option `486' make[1]: *** [cryptlib.o] Error 1 make[1]: Leaving directory `/work/icccode/openssl-0.9.6c/crypto' make: *** [sub_all] Error 1 ______________________________________________________________________ OpenSSL Project http://www.openssl.org User Support 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]