I am compiling OpenSSL 0.9.4 on a Linux Mandrake machine, and when I do the
make command I get the following error:
gcc -I.. -I../../include -DTHREADS -D_REENTRANT -fpic -DL_ENDIAN -DTERMIO -O
3 -fomit-frame-pointer -m486 -Wall -DSHA1_ASM -DMD5_ASM -DRMD160_ASM -c
sha_dgst.c -o sha_dgst.o
/tmp/ccyX9lOs.s: Assembler messages:
/tmp/ccyX9lOs.s:305: Error: suffix or operands invalid for `bswap'
/tmp/ccyX9lOs.s:312: Error: suffix or operands invalid for `bswap'
/tmp/ccyX9lOs.s:317: Error: suffix or operands invalid for `bswap'
/tmp/ccyX9lOs.s:322: Error: suffix or operands invalid for `bswap'
/tmp/ccyX9lOs.s:522: Error: suffix or operands invalid for `bswap'
/tmp/ccyX9lOs.s:527: Error: suffix or operands invalid for `bswap'
/tmp/ccyX9lOs.s:532: Error: suffix or operands invalid for `bswap'
/tmp/ccyX9lOs.s:537: Error: suffix or operands invalid for `bswap'
make[2]: *** [sha_dgst.o] Error 1
make[2]: Leaving directory `/home/scottder/SSL/openssl-0.9.4/crypto/sha'
make[1]: *** [subdirs] Error 1
make[1]: Leaving directory `/home/scottder/SSL/openssl-0.9.4/crypto'
make: *** [all] Error 1
If anyone could help me with this, I would greatly appreciate it.
-Scott
______________________________________________________________________
OpenSSL Project http://www.openssl.org
User Support Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]