[sent to rt before, but didn't see it back on the list, so here's
an abbreviated version]
OS: SunOS 5.10
Compiler: SunStudio
As requested on the mailing lists I downloaded
openssl-1.0.1-stable-SNAP-20111209
and tried to compile it on various OS.
It failed on SunOS 5.10 when using Sun's compiler:
$ CC=cc ./Configure solaris64-x86_64-cc --prefix=/home/user/SunOS5
$ make
...
cc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DOPENSSL_THREADS
-D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -fast -xarch=amd64 -xstrconst -Xa
-DL_ENDIAN -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5
-DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DAES_ASM
-DVPAES_ASM -DBSAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o modexp512-x86_64.o
modexp512-x86_64.s
Assembler:
"modexp512-x86_64.s", line 433 : Syntax error
"modexp512-x86_64.s", line 450 : Syntax error
"modexp512-x86_64.s", line 475 : Syntax error
"modexp512-x86_64.s", line 1477 : Syntax error
cc: assembler failed for modexp512-x86_64.s
Previous versions, e.g., 1.0.0d, compile fine on the same machine
using the same options.
______________________________________________________________________
OpenSSL Project http://www.openssl.org
Development Mailing List [email protected]
Automated List Manager [email protected]