On Wed, May 26, 1999 at 10:41:02AM -0600, Jim Hribnak wrote:

> I am having problems compiling openssl .0.9.3 and bsdi 3.1  I run config
> and then make and I then eventually get the following:
> 
> 
> making all in crypto/sha...
> gcc -I.. -I../../include -O3 -ffast-math -DL_ENDIAN -DPERL5 -m486
> -DSHA1_ASM -DM
> D5_ASM -DRMD160_ASM -c sha_dgst.c
> sha_dgst.c:301:no such 386 instruction: `bswapl'
> sha_dgst.c:308:no such 386 instruction: `bswapl'
> sha_dgst.c:313:no such 386 instruction: `bswapl'
> sha_dgst.c:318:no such 386 instruction: `bswapl'
> sha_dgst.c:518:no such 386 instruction: `bswapl'
> sha_dgst.c:524:no such 386 instruction: `bswapl'
> sha_dgst.c:529:no such 386 instruction: `bswapl'
> sha_dgst.c:534:no such 386 instruction: `bswapl'
> *** Error code 1
> 
> 
> What is goin wrong? do I have to add something? remove something?

If your assembler only knows 386 opcodes, you'll probably have to use
the "386" option to "./config".  (bswapl does not exist on the 386.)
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to