Hi!
I have a compile time problem. Please correct the bug or give me some
hint what to change in my environment.
Operating system: i86pc-sun-solaris2
Configuring for solaris-x86-gcc
/bin/perl ./Configure solaris-x86-gcc
gcc -v
gcc version 2.8.1
I have tried with gcc version 2.7.2.3. The result is the same.
make[2]: Entering directory `/data/openssl-0.9.3/crypto/sha'
gcc -I.. -I../../include -DTHREADS -D_REENTRANT -O3 -fomit-frame-pointer
-m486 -Wall -DL_ENDIAN -DSHA1_ASM -DMD5_ASM -DRMD160_ASM -c sha_dgst.c
-o sha_dgst.o
Assembler: sha_dgst.c
aline 270 : Illegal mnemonic
aline 270 : syntax error
aline 275 : Illegal mnemonic
aline 275 : syntax error
aline 280 : Illegal mnemonic
aline 280 : syntax error
aline 285 : Illegal mnemonic
aline 285 : syntax error
aline 486 : Illegal mnemonic
aline 486 : syntax error
aline 491 : Illegal mnemonic
aline 491 : syntax error
aline 496 : Illegal mnemonic
aline 496 : syntax error
aline 501 : Illegal mnemonic
aline 501 : syntax error
make[2]: *** [sha_dgst.o] Error 1
with 'config no-sha' I get the following error:
making all in ssl...
make[1]: Entering directory `/data/trial/openssl-0.9.3/ssl'
...
gcc -I../crypto -I../include -DTHREADS -D_REENTRANT -DNO_SHA -DZLIB -O3
-fomit-frame-pointer -m486 -Wall -DL_ENDIAN -DSHA1_ASM -DMD5_ASM
-DRMD160_ASM -c s3_srvr.c -o s3_srvr.o
In file included from s3_srvr.c:66:
../include/openssl/sha.h:67: #error SHA is disabled.
make[1]: *** [s3_srvr.o] Error 1
make[1]: Leaving directory `/data/trial/openssl-0.9.3/ssl'
make: *** [all] Error 1
I tried some of the SNAPSHOT tarballs, the result is the same. The
0.9.2b compiles fine.
Thanks for your help!
Istvan
--
---------------------------------------------------
Istvan Molnar [EMAIL PROTECTED]
SDG Group (617)253-4507 voice
MIT Lab for Computer Science (617)253-2673 fax
545 Technology Square Room 511 Cambridge, MA 02139
----------------------------------------------------
______________________________________________________________________
OpenSSL Project http://www.openssl.org
Development Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]