> I've ran into some problems while trying to compile openssl 0.9.4
> with gcc 2.95.1. Here are the last lines before it bombs.
It went fine for me, i.e. compilation of sha_dgst.c with this command
line on redhat 6.0 with gcc 2.95.1.
> 
> [...]
> making all in crypto/sha...
> make[3]: Entering directory
> `/home/public/src/redhat/BUILD/openssl-0.9.4/crypto/sha'
> gcc -I.. -I../../include -fPIC -DTHREADS -D_REENTRANT -DL_ENDIAN
> -DTERMIO -O3 -fomit-frame-pointer -m486 -Wall -DSHA1_ASM
> -DMD5_ASM -DRMD160_ASM   -c sha_dgst.c -o sha_dgst.o
Could you inject -v flag into the command line and post the output?
Could you also generate assembler output by taking away -o sha_dgst.o
and replacing -c with -S and post it as well?

Andy.
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to