Thanks, Andy! It builds now. And make test completes without errors. I have another question on this build, config puts in
-march=i486 but, shouldn't we be using -march=pentium The reason I ask is I see a lot of files that appear to be specific for the Pentium or later CPU - will these execute on a 80486? ./openssl-0.9.8-stable-SNAP-20050624/crypto/aes/asm/aes-586.pl ./openssl-0.9.8-stable-SNAP-20050624/crypto/bf/asm/bf-586.pl ./openssl-0.9.8-stable-SNAP-20050624/crypto/bn/asm/bn-586.pl ./openssl-0.9.8-stable-SNAP-20050624/crypto/bn/asm/co-586.pl ./openssl-0.9.8-stable-SNAP-20050624/crypto/cast/asm/cast-586.pl ./openssl-0.9.8-stable-SNAP-20050624/crypto/des/asm/crypt586.pl ./openssl-0.9.8-stable-SNAP-20050624/crypto/des/asm/des-586.pl ./openssl-0.9.8-stable-SNAP-20050624/crypto/des/times/586-100.lnx ./openssl-0.9.8-stable-SNAP-20050624/crypto/md5/asm/md5-586.pl ./openssl-0.9.8-stable-SNAP-20050624/crypto/rc4/asm/rc4-586.pl ./openssl-0.9.8-stable-SNAP-20050624/crypto/rc5/asm/rc5-586.pl ./openssl-0.9.8-stable-SNAP-20050624/crypto/ripemd/asm/rmd-586.pl ./openssl-0.9.8-stable-SNAP-20050624/crypto/sha/asm/sha1-586.pl Ted >-----Original Message----- >From: [EMAIL PROTECTED] >[mailto:[EMAIL PROTECTED] Behalf Of Andy Polyakov >Sent: Friday, June 24, 2005 9:38 AM >To: openssl-dev@openssl.org >Cc: openssl-users@openssl.org >Subject: Re: Compilation of openssl-0.9.8-stable-SNAP-20050624 fails on >Solaris 2.5.1 x86 > > >> gcc -I. -I.. -I../include -DOPENSSL_THREADS -D_REENTRANT >-DDSO_DLFCN -DHA >> VE_DLFCN_H -O3 -fomit-frame-pointer -march=i486 -Wall >-DL_ENDIAN -DOPENSS >> L_NO_INLINE_ASM -DOPENSSL_BN_ASM_PART_WORDS -DSHA1_ASM >-DMD5_ASM -DRMD160 >> _ASM -DAES_ASM -c -o x86cpuid-elf.o x86cpuid-elf.s >> Assembler: x86cpuid.s >> aline 131 : Illegal mnemonic >> aline 131 : syntax error >> *** Error code 1 >> make: Fatal error: Command failed for target `x86cpuid-elf.o' > >http://cvs.openssl.org/chngview?cn=14142. a. >______________________________________________________________________ >OpenSSL Project http://www.openssl.org >Development Mailing List openssl-dev@openssl.org >Automated List Manager [EMAIL PROTECTED] > ______________________________________________________________________ OpenSSL Project http://www.openssl.org User Support Mailing List openssl-users@openssl.org Automated List Manager [EMAIL PROTECTED]