Hello, make fails on speed.c using SunC running solaris 5.7 on fujitsu
hardware
compatability problem transition from SunC to ansi C
compiling with -Xs yields an error on line 202 of crypto.h "invalid
token: ##
and invalid type CRYPTO_EX_DATA_FUNCS
make report output follows
thanks
-------------------------------
Bill Dillenberger
Software Engineer
UUNET, a WorldCom Company
(614) 723 1939
[EMAIL PROTECTED]
-------------------------------
make[1]: Entering directory `/export/home/wdillenb/ssl/ossl/openssl-0.9.5a'
making all in crypto...
make[2]: Entering directory
`/export/home/wdillenb/ssl/ossl/openssl-0.9.5a/crypto'
making all in crypto/md2...
make[3]: Entering directory
`/export/home/wdillenb/ssl/ossl/openssl-0.9.5a/crypto/m
d2'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory
`/export/home/wdillenb/ssl/ossl/openssl-0.9.5a/crypto/md
2'
making all in crypto/md5...
make[3]: Entering directory
`/export/home/wdillenb/ssl/ossl/openssl-0.9.5a/crypto/m
d5'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory
`/export/home/wdillenb/ssl/ossl/openssl-0.9.5a/crypto/md
5'
making all in crypto/sha...
make[3]: Entering directory
`/export/home/wdillenb/ssl/ossl/openssl-0.9.5a/crypto/s
ha'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory
`/export/home/wdillenb/ssl/ossl/openssl-0.9.5a/crypto/sh
a'
making all in crypto/mdc2...
make_report and attempts at cc on speed.c follow, looks like a SunC to ANSI
problem
make[3]: Entering directory
`/export/home/wdillenb/ssl/ossl/openssl-0.9.5a/crypto/m
dc2'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory
`/export/home/wdillenb/ssl/ossl/openssl-0.9.5a/crypto/md
c2'
making all in crypto/hmac...
make[3]: Entering directory
`/export/home/wdillenb/ssl/ossl/openssl-0.9.5a/crypto/h
mac'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory
`/export/home/wdillenb/ssl/ossl/openssl-0.9.5a/crypto/hm
ac'
making all in crypto/ripemd...
make[3]: Entering directory
`/export/home/wdillenb/ssl/ossl/openssl-0.9.5a/crypto/r
ipemd'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory
`/export/home/wdillenb/ssl/ossl/openssl-0.9.5a/crypto/ri
pemd'
making all in crypto/des...
make[3]: Entering directory
`/export/home/wdillenb/ssl/ossl/openssl-0.9.5a/crypto/d
es'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory
`/export/home/wdillenb/ssl/ossl/openssl-0.9.5a/crypto/de
s'
making all in crypto/rc2...
make[3]: Entering directory
`/export/home/wdillenb/ssl/ossl/openssl-0.9.5a/crypto/r
c2'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory
`/export/home/wdillenb/ssl/ossl/openssl-0.9.5a/crypto/rc
2'
making all in crypto/rc4...
make[3]: Entering directory
`/export/home/wdillenb/ssl/ossl/openssl-0.9.5a/crypto/r
c4'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory
`/export/home/wdillenb/ssl/ossl/openssl-0.9.5a/crypto/rc
4'
making all in crypto/rc5...
make[3]: Entering directory
`/export/home/wdillenb/ssl/ossl/openssl-0.9.5a/crypto/r
c5'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory
`/export/home/wdillenb/ssl/ossl/openssl-0.9.5a/crypto/rc
5'
making all in crypto/idea...
make[3]: Entering directory
`/export/home/wdillenb/ssl/ossl/openssl-0.9.5a/crypto/i
dea'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory
`/export/home/wdillenb/ssl/ossl/openssl-0.9.5a/crypto/id
ea'
making all in crypto/bf...
make[3]: Entering directory
`/export/home/wdillenb/ssl/ossl/openssl-0.9.5a/crypto/b
f'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory
`/export/home/wdillenb/ssl/ossl/openssl-0.9.5a/crypto/bf
'
making all in crypto/cast...
make[3]: Entering directory
`/export/home/wdillenb/ssl/ossl/openssl-0.9.5a/crypto/c
ast'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory
`/export/home/wdillenb/ssl/ossl/openssl-0.9.5a/crypto/ca
st'
making all in crypto/bn...
make[3]: Entering directory
`/export/home/wdillenb/ssl/ossl/openssl-0.9.5a/crypto/b
n'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory
`/export/home/wdillenb/ssl/ossl/openssl-0.9.5a/crypto/bn
'
making all in crypto/rsa...
make[3]: Entering directory
`/export/home/wdillenb/ssl/ossl/openssl-0.9.5a/crypto/r
sa'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory
`/export/home/wdillenb/ssl/ossl/openssl-0.9.5a/crypto/rs
a'
making all in crypto/dsa...
make[3]: Entering directory
`/export/home/wdillenb/ssl/ossl/openssl-0.9.5a/crypto/d
sa'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory
`/export/home/wdillenb/ssl/ossl/openssl-0.9.5a/crypto/ds
a'
making all in crypto/dh...
make[3]: Entering directory
`/export/home/wdillenb/ssl/ossl/openssl-0.9.5a/crypto/d
h'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory
`/export/home/wdillenb/ssl/ossl/openssl-0.9.5a/crypto/dh
'
making all in crypto/buffer...
make[3]: Entering directory
`/export/home/wdillenb/ssl/ossl/openssl-0.9.5a/crypto/b
uffer'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory
`/export/home/wdillenb/ssl/ossl/openssl-0.9.5a/crypto/bu
ffer'
making all in crypto/bio...
make[3]: Entering directory
`/export/home/wdillenb/ssl/ossl/openssl-0.9.5a/crypto/b
io'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory
`/export/home/wdillenb/ssl/ossl/openssl-0.9.5a/crypto/bi
o'
making all in crypto/stack...
make[3]: Entering directory
`/export/home/wdillenb/ssl/ossl/openssl-0.9.5a/crypto/s
tack'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory
`/export/home/wdillenb/ssl/ossl/openssl-0.9.5a/crypto/st
ack'
making all in crypto/lhash...
make[3]: Entering directory
`/export/home/wdillenb/ssl/ossl/openssl-0.9.5a/crypto/l
hash'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory
`/export/home/wdillenb/ssl/ossl/openssl-0.9.5a/crypto/lh
ash'
making all in crypto/rand...
make[3]: Entering directory
`/export/home/wdillenb/ssl/ossl/openssl-0.9.5a/crypto/r
and'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory
`/export/home/wdillenb/ssl/ossl/openssl-0.9.5a/crypto/ra
nd'
making all in crypto/err...
make[3]: Entering directory
`/export/home/wdillenb/ssl/ossl/openssl-0.9.5a/crypto/e
rr'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory
`/export/home/wdillenb/ssl/ossl/openssl-0.9.5a/crypto/er
r'
making all in crypto/objects...
make[3]: Entering directory
`/export/home/wdillenb/ssl/ossl/openssl-0.9.5a/crypto/o
bjects'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory
`/export/home/wdillenb/ssl/ossl/openssl-0.9.5a/crypto/ob
jects'
making all in crypto/evp...
make[3]: Entering directory
`/export/home/wdillenb/ssl/ossl/openssl-0.9.5a/crypto/e
vp'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory
`/export/home/wdillenb/ssl/ossl/openssl-0.9.5a/crypto/ev
p'
making all in crypto/asn1...
make[3]: Entering directory
`/export/home/wdillenb/ssl/ossl/openssl-0.9.5a/crypto/a
sn1'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory
`/export/home/wdillenb/ssl/ossl/openssl-0.9.5a/crypto/as
n1'
making all in crypto/pem...
make[3]: Entering directory
`/export/home/wdillenb/ssl/ossl/openssl-0.9.5a/crypto/p
em'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory
`/export/home/wdillenb/ssl/ossl/openssl-0.9.5a/crypto/pe
m'
making all in crypto/x509...
make[3]: Entering directory
`/export/home/wdillenb/ssl/ossl/openssl-0.9.5a/crypto/x
509'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory
`/export/home/wdillenb/ssl/ossl/openssl-0.9.5a/crypto/x5
09'
making all in crypto/x509v3...
make[3]: Entering directory
`/export/home/wdillenb/ssl/ossl/openssl-0.9.5a/crypto/x
509v3'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory
`/export/home/wdillenb/ssl/ossl/openssl-0.9.5a/crypto/x5
09v3'
making all in crypto/conf...
make[3]: Entering directory
`/export/home/wdillenb/ssl/ossl/openssl-0.9.5a/crypto/c
onf'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory
`/export/home/wdillenb/ssl/ossl/openssl-0.9.5a/crypto/co
nf'
making all in crypto/txt_db...
make[3]: Entering directory
`/export/home/wdillenb/ssl/ossl/openssl-0.9.5a/crypto/t
xt_db'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory
`/export/home/wdillenb/ssl/ossl/openssl-0.9.5a/crypto/tx
t_db'
making all in crypto/pkcs7...
make[3]: Entering directory
`/export/home/wdillenb/ssl/ossl/openssl-0.9.5a/crypto/p
kcs7'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory
`/export/home/wdillenb/ssl/ossl/openssl-0.9.5a/crypto/pk
cs7'
making all in crypto/pkcs12...
make[3]: Entering directory
`/export/home/wdillenb/ssl/ossl/openssl-0.9.5a/crypto/p
kcs12'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory
`/export/home/wdillenb/ssl/ossl/openssl-0.9.5a/crypto/pk
cs12'
making all in crypto/comp...
make[3]: Entering directory
`/export/home/wdillenb/ssl/ossl/openssl-0.9.5a/crypto/c
omp'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory
`/export/home/wdillenb/ssl/ossl/openssl-0.9.5a/crypto/co
mp'
make[2]: Leaving directory
`/export/home/wdillenb/ssl/ossl/openssl-0.9.5a/crypto'
making all in ssl...
make[2]: Entering directory
`/export/home/wdillenb/ssl/ossl/openssl-0.9.5a/ssl'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory
`/export/home/wdillenb/ssl/ossl/openssl-0.9.5a/ssl'
making all in rsaref...
make[2]: Entering directory
`/export/home/wdillenb/ssl/ossl/openssl-0.9.5a/rsaref'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory
`/export/home/wdillenb/ssl/ossl/openssl-0.9.5a/rsaref'
making all in apps...
make[2]: Entering directory
`/export/home/wdillenb/ssl/ossl/openssl-0.9.5a/apps'
cc -DMONOLITH -I../include -DTHREADS -D_REENTRANT -xtarget=ultra
-xarch=v8plus -xO5
-xstrconst -xdepend -Xa -DB_ENDIAN -DBN_DIV2W -DULTRASPARC -DMD5_ASM -c
-o speed
.o speed.c
ucbcc: Warning: "-Xa" redefines compatibility mode from "SunC transition" to
"ANSI"
"/usr/ucbinclude/signal.h", line 49: syntax error before or at: int
"/usr/ucbinclude/signal.h", line 49: warning: undefined or missing type for:
int
make[2]: *** [speed.o] Error 2
make[2]: Leaving directory
`/export/home/wdillenb/ssl/ossl/openssl-0.9.5a/apps'
make[1]: *** [all] Error 1
make[1]: Leaving directory `/export/home/wdillenb/ssl/ossl/openssl-0.9.5a'
make[1]: Entering directory `/export/home/wdillenb/ssl/ossl/openssl-0.9.5a'
c_rehash: rehashing skipped ('openssl' program not available)
touch rehash.time
testing...
make[2]: Entering directory
`/export/home/wdillenb/ssl/ossl/openssl-0.9.5a/test'
cc -I../include -DTHREADS -D_REENTRANT -xtarget=ultra -xarch=v8plus -xO5
-xstrconst
-xdepend -Xa -DB_ENDIAN -DBN_DIV2W -DULTRASPARC -DMD5_ASM -c -o bntest.o
bntest.
c
ucbcc: Warning: "-Xa" redefines compatibility mode from "SunC transition" to
"ANSI"
cc -o bntest -I../include -DTHREADS -D_REENTRANT -xtarget=ultra
-xarch=v8plus -xO5
-xstrconst -xdepend -Xa -DB_ENDIAN -DBN_DIV2W -DULTRASPARC -DMD5_ASM
bntest.o -L. -
L.. -L../.. -L../../.. -L.. -lcrypto -lsocket -lnsl
ucbcc: Warning: "-Xa" redefines compatibility mode from "SunC transition" to
"ANSI"
cc -I../include -DTHREADS -D_REENTRANT -xtarget=ultra -xarch=v8plus -xO5
-xstrconst
-xdepend -Xa -DB_ENDIAN -DBN_DIV2W -DULTRASPARC -DMD5_ASM -c -o
ideatest.o ideat
est.c
ucbcc: Warning: "-Xa" redefines compatibility mode from "SunC transition" to
"ANSI"
cc -o ideatest -I../include -DTHREADS -D_REENTRANT -xtarget=ultra
-xarch=v8plus -xO
5 -xstrconst -xdepend -Xa -DB_ENDIAN -DBN_DIV2W -DULTRASPARC -DMD5_ASM
ideatest.o -
L. -L.. -L../.. -L../../.. -L.. -lcrypto -lsocket -lnsl
ucbcc: Warning: "-Xa" redefines compatibility mode from "SunC transition" to
"ANSI"
cc -I../include -DTHREADS -D_REENTRANT -xtarget=ultra -xarch=v8plus -xO5
-xstrconst
-xdepend -Xa -DB_ENDIAN -DBN_DIV2W -DULTRASPARC -DMD5_ASM -c -o md2test.o
md2tes
t.c
ucbcc: Warning: "-Xa" redefines compatibility mode from "SunC transition" to
"ANSI"
cc -o md2test -I../include -DTHREADS -D_REENTRANT -xtarget=ultra
-xarch=v8plus -xO5
-xstrconst -xdepend -Xa -DB_ENDIAN -DBN_DIV2W -DULTRASPARC -DMD5_ASM
md2test.o -L.
-L.. -L../.. -L../../.. -L.. -lcrypto -lsocket -lnsl
ucbcc: Warning: "-Xa" redefines compatibility mode from "SunC transition" to
"ANSI"
cc -I../include -DTHREADS -D_REENTRANT -xtarget=ultra -xarch=v8plus -xO5
-xstrconst
-xdepend -Xa -DB_ENDIAN -DBN_DIV2W -DULTRASPARC -DMD5_ASM -c -o md5test.o
md5tes
t.c
ucbcc: Warning: "-Xa" redefines compatibility mode from "SunC transition" to
"ANSI"
cc -o md5test -I../include -DTHREADS -D_REENTRANT -xtarget=ultra
-xarch=v8plus -xO5
-xstrconst -xdepend -Xa -DB_ENDIAN -DBN_DIV2W -DULTRASPARC -DMD5_ASM
md5test.o -L.
-L.. -L../.. -L../../.. -L.. -lcrypto -lsocket -lnsl
ucbcc: Warning: "-Xa" redefines compatibility mode from "SunC transition" to
"ANSI"
cc -I../include -DTHREADS -D_REENTRANT -xtarget=ultra -xarch=v8plus -xO5
-xstrconst
-xdepend -Xa -DB_ENDIAN -DBN_DIV2W -DULTRASPARC -DMD5_ASM -c -o
hmactest.o hmact
est.c
ucbcc: Warning: "-Xa" redefines compatibility mode from "SunC transition" to
"ANSI"
cc -o hmactest -I../include -DTHREADS -D_REENTRANT -xtarget=ultra
-xarch=v8plus -xO
5 -xstrconst -xdepend -Xa -DB_ENDIAN -DBN_DIV2W -DULTRASPARC -DMD5_ASM
hmactest.o -
L. -L.. -L../.. -L../../.. -L.. -lcrypto -lsocket -lnsl
ucbcc: Warning: "-Xa" redefines compatibility mode from "SunC transition" to
"ANSI"
cc -I../include -DTHREADS -D_REENTRANT -xtarget=ultra -xarch=v8plus -xO5
-xstrconst
-xdepend -Xa -DB_ENDIAN -DBN_DIV2W -DULTRASPARC -DMD5_ASM -c -o rc2test.o
rc2tes
t.c
ucbcc: Warning: "-Xa" redefines compatibility mode from "SunC transition" to
"ANSI"
cc -o rc2test -I../include -DTHREADS -D_REENTRANT -xtarget=ultra
-xarch=v8plus -xO5
-xstrconst -xdepend -Xa -DB_ENDIAN -DBN_DIV2W -DULTRASPARC -DMD5_ASM
rc2test.o -L.
-L.. -L../.. -L../../.. -L.. -lcrypto -lsocket -lnsl
ucbcc: Warning: "-Xa" redefines compatibility mode from "SunC transition" to
"ANSI"
cc -I../include -DTHREADS -D_REENTRANT -xtarget=ultra -xarch=v8plus -xO5
-xstrconst
-xdepend -Xa -DB_ENDIAN -DBN_DIV2W -DULTRASPARC -DMD5_ASM -c -o rc4test.o
rc4tes
t.c
ucbcc: Warning: "-Xa" redefines compatibility mode from "SunC transition" to
"ANSI"
cc -o rc4test -I../include -DTHREADS -D_REENTRANT -xtarget=ultra
-xarch=v8plus -xO5
-xstrconst -xdepend -Xa -DB_ENDIAN -DBN_DIV2W -DULTRASPARC -DMD5_ASM
rc4test.o -L.
-L.. -L../.. -L../../.. -L.. -lcrypto -lsocket -lnsl
ucbcc: Warning: "-Xa" redefines compatibility mode from "SunC transition" to
"ANSI"
cc -I../include -DTHREADS -D_REENTRANT -xtarget=ultra -xarch=v8plus -xO5
-xstrconst
-xdepend -Xa -DB_ENDIAN -DBN_DIV2W -DULTRASPARC -DMD5_ASM -c -o rc5test.o
rc5tes
t.c
ucbcc: Warning: "-Xa" redefines compatibility mode from "SunC transition" to
"ANSI"
cc -o rc5test -I../include -DTHREADS -D_REENTRANT -xtarget=ultra
-xarch=v8plus -xO5
-xstrconst -xdepend -Xa -DB_ENDIAN -DBN_DIV2W -DULTRASPARC -DMD5_ASM
rc5test.o -L.
-L.. -L../.. -L../../.. -L.. -lcrypto -lsocket -lnsl
ucbcc: Warning: "-Xa" redefines compatibility mode from "SunC transition" to
"ANSI"
cc -I../include -DTHREADS -D_REENTRANT -xtarget=ultra -xarch=v8plus -xO5
-xstrconst
-xdepend -Xa -DB_ENDIAN -DBN_DIV2W -DULTRASPARC -DMD5_ASM -c -o destest.o
destes
t.c
ucbcc: Warning: "-Xa" redefines compatibility mode from "SunC transition" to
"ANSI"
cc -o destest -I../include -DTHREADS -D_REENTRANT -xtarget=ultra
-xarch=v8plus -xO5
-xstrconst -xdepend -Xa -DB_ENDIAN -DBN_DIV2W -DULTRASPARC -DMD5_ASM
destest.o -L.
-L.. -L../.. -L../../.. -L.. -lcrypto -lsocket -lnsl
ucbcc: Warning: "-Xa" redefines compatibility mode from "SunC transition" to
"ANSI"
cc -I../include -DTHREADS -D_REENTRANT -xtarget=ultra -xarch=v8plus -xO5
-xstrconst
-xdepend -Xa -DB_ENDIAN -DBN_DIV2W -DULTRASPARC -DMD5_ASM -c -o shatest.o
shates
t.c
ucbcc: Warning: "-Xa" redefines compatibility mode from "SunC transition" to
"ANSI"
cc -o shatest -I../include -DTHREADS -D_REENTRANT -xtarget=ultra
-xarch=v8plus -xO5
-xstrconst -xdepend -Xa -DB_ENDIAN -DBN_DIV2W -DULTRASPARC -DMD5_ASM
shatest.o -L.
-L.. -L../.. -L../../.. -L.. -lcrypto -lsocket -lnsl
ucbcc: Warning: "-Xa" redefines compatibility mode from "SunC transition" to
"ANSI"
cc -I../include -DTHREADS -D_REENTRANT -xtarget=ultra -xarch=v8plus -xO5
-xstrconst
-xdepend -Xa -DB_ENDIAN -DBN_DIV2W -DULTRASPARC -DMD5_ASM -c -o
sha1test.o sha1t
est.c
ucbcc: Warning: "-Xa" redefines compatibility mode from "SunC transition" to
"ANSI"
cc -o sha1test -I../include -DTHREADS -D_REENTRANT -xtarget=ultra
-xarch=v8plus -xO
5 -xstrconst -xdepend -Xa -DB_ENDIAN -DBN_DIV2W -DULTRASPARC -DMD5_ASM
sha1test.o -
L. -L.. -L../.. -L../../.. -L.. -lcrypto -lsocket -lnsl
ucbcc: Warning: "-Xa" redefines compatibility mode from "SunC transition" to
"ANSI"
cc -I../include -DTHREADS -D_REENTRANT -xtarget=ultra -xarch=v8plus -xO5
-xstrconst
-xdepend -Xa -DB_ENDIAN -DBN_DIV2W -DULTRASPARC -DMD5_ASM -c -o
mdc2test.o mdc2t
est.c
ucbcc: Warning: "-Xa" redefines compatibility mode from "SunC transition" to
"ANSI"
cc -o mdc2test -I../include -DTHREADS -D_REENTRANT -xtarget=ultra
-xarch=v8plus -xO
5 -xstrconst -xdepend -Xa -DB_ENDIAN -DBN_DIV2W -DULTRASPARC -DMD5_ASM
mdc2test.o -
L. -L.. -L../.. -L../../.. -L.. -lcrypto -lsocket -lnsl
ucbcc: Warning: "-Xa" redefines compatibility mode from "SunC transition" to
"ANSI"
cc -I../include -DTHREADS -D_REENTRANT -xtarget=ultra -xarch=v8plus -xO5
-xstrconst
-xdepend -Xa -DB_ENDIAN -DBN_DIV2W -DULTRASPARC -DMD5_ASM -c -o rmdtest.o
rmdtes
t.c
ucbcc: Warning: "-Xa" redefines compatibility mode from "SunC transition" to
"ANSI"
cc -o rmdtest -I../include -DTHREADS -D_REENTRANT -xtarget=ultra
-xarch=v8plus -xO5
-xstrconst -xdepend -Xa -DB_ENDIAN -DBN_DIV2W -DULTRASPARC -DMD5_ASM
rmdtest.o -L.
-L.. -L../.. -L../../.. -L.. -lcrypto -lsocket -lnsl
ucbcc: Warning: "-Xa" redefines compatibility mode from "SunC transition" to
"ANSI"
cc -I../include -DTHREADS -D_REENTRANT -xtarget=ultra -xarch=v8plus -xO5
-xstrconst
-xdepend -Xa -DB_ENDIAN -DBN_DIV2W -DULTRASPARC -DMD5_ASM -c -o
randtest.o randt
est.c
ucbcc: Warning: "-Xa" redefines compatibility mode from "SunC transition" to
"ANSI"
cc -o randtest -I../include -DTHREADS -D_REENTRANT -xtarget=ultra
-xarch=v8plus -xO
5 -xstrconst -xdepend -Xa -DB_ENDIAN -DBN_DIV2W -DULTRASPARC -DMD5_ASM
randtest.o -
L. -L.. -L../.. -L../../.. -L.. -lcrypto -lsocket -lnsl
ucbcc: Warning: "-Xa" redefines compatibility mode from "SunC transition" to
"ANSI"
cc -I../include -DTHREADS -D_REENTRANT -xtarget=ultra -xarch=v8plus -xO5
-xstrconst
-xdepend -Xa -DB_ENDIAN -DBN_DIV2W -DULTRASPARC -DMD5_ASM -c -o dhtest.o
dhtest.
c
ucbcc: Warning: "-Xa" redefines compatibility mode from "SunC transition" to
"ANSI"
cc -o dhtest -I../include -DTHREADS -D_REENTRANT -xtarget=ultra
-xarch=v8plus -xO5
-xstrconst -xdepend -Xa -DB_ENDIAN -DBN_DIV2W -DULTRASPARC -DMD5_ASM
dhtest.o -L. -
L.. -L../.. -L../../.. -L.. -lcrypto -lsocket -lnsl
ucbcc: Warning: "-Xa" redefines compatibility mode from "SunC transition" to
"ANSI"
cc -I../include -DTHREADS -D_REENTRANT -xtarget=ultra -xarch=v8plus -xO5
-xstrconst
-xdepend -Xa -DB_ENDIAN -DBN_DIV2W -DULTRASPARC -DMD5_ASM -c -o bftest.o
bftest.
c
ucbcc: Warning: "-Xa" redefines compatibility mode from "SunC transition" to
"ANSI"
cc -o bftest -I../include -DTHREADS -D_REENTRANT -xtarget=ultra
-xarch=v8plus -xO5
-xstrconst -xdepend -Xa -DB_ENDIAN -DBN_DIV2W -DULTRASPARC -DMD5_ASM
bftest.o -L. -
L.. -L../.. -L../../.. -L.. -lcrypto -lsocket -lnsl
ucbcc: Warning: "-Xa" redefines compatibility mode from "SunC transition" to
"ANSI"
cc -I../include -DTHREADS -D_REENTRANT -xtarget=ultra -xarch=v8plus -xO5
-xstrconst
-xdepend -Xa -DB_ENDIAN -DBN_DIV2W -DULTRASPARC -DMD5_ASM -c -o
casttest.o castt
est.c
ucbcc: Warning: "-Xa" redefines compatibility mode from "SunC transition" to
"ANSI"
cc -o casttest -I../include -DTHREADS -D_REENTRANT -xtarget=ultra
-xarch=v8plus -xO
5 -xstrconst -xdepend -Xa -DB_ENDIAN -DBN_DIV2W -DULTRASPARC -DMD5_ASM
casttest.o -
L. -L.. -L../.. -L../../.. -L.. -lcrypto -lsocket -lnsl
ucbcc: Warning: "-Xa" redefines compatibility mode from "SunC transition" to
"ANSI"
cc -I../include -DTHREADS -D_REENTRANT -xtarget=ultra -xarch=v8plus -xO5
-xstrconst
-xdepend -Xa -DB_ENDIAN -DBN_DIV2W -DULTRASPARC -DMD5_ASM -c -o ssltest.o
ssltes
t.c
ucbcc: Warning: "-Xa" redefines compatibility mode from "SunC transition" to
"ANSI"
cc -o ssltest -I../include -DTHREADS -D_REENTRANT -xtarget=ultra
-xarch=v8plus -xO5
-xstrconst -xdepend -Xa -DB_ENDIAN -DBN_DIV2W -DULTRASPARC -DMD5_ASM
ssltest.o -L.
-L.. -L../.. -L../../.. -L.. -lssl -L.. -lcrypto -lsocket -lnsl
ucbcc: Warning: "-Xa" redefines compatibility mode from "SunC transition" to
"ANSI"
cc -I../include -DTHREADS -D_REENTRANT -xtarget=ultra -xarch=v8plus -xO5
-xstrconst
-xdepend -Xa -DB_ENDIAN -DBN_DIV2W -DULTRASPARC -DMD5_ASM -c -o exptest.o
exptes
t.c
ucbcc: Warning: "-Xa" redefines compatibility mode from "SunC transition" to
"ANSI"
cc -o exptest -I../include -DTHREADS -D_REENTRANT -xtarget=ultra
-xarch=v8plus -xO5
-xstrconst -xdepend -Xa -DB_ENDIAN -DBN_DIV2W -DULTRASPARC -DMD5_ASM
exptest.o -L.
-L.. -L../.. -L../../.. -L.. -lcrypto -lsocket -lnsl
ucbcc: Warning: "-Xa" redefines compatibility mode from "SunC transition" to
"ANSI"
cc -I../include -DTHREADS -D_REENTRANT -xtarget=ultra -xarch=v8plus -xO5
-xstrconst
-xdepend -Xa -DB_ENDIAN -DBN_DIV2W -DULTRASPARC -DMD5_ASM -c -o dsatest.o
dsates
t.c
ucbcc: Warning: "-Xa" redefines compatibility mode from "SunC transition" to
"ANSI"
cc -o dsatest -I../include -DTHREADS -D_REENTRANT -xtarget=ultra
-xarch=v8plus -xO5
-xstrconst -xdepend -Xa -DB_ENDIAN -DBN_DIV2W -DULTRASPARC -DMD5_ASM
dsatest.o -L.
-L.. -L../.. -L../../.. -L.. -lcrypto -lsocket -lnsl
ucbcc: Warning: "-Xa" redefines compatibility mode from "SunC transition" to
"ANSI"
cc -I../include -DTHREADS -D_REENTRANT -xtarget=ultra -xarch=v8plus -xO5
-xstrconst
-xdepend -Xa -DB_ENDIAN -DBN_DIV2W -DULTRASPARC -DMD5_ASM -c -o
rsa_test.o rsa_t
est.c
ucbcc: Warning: "-Xa" redefines compatibility mode from "SunC transition" to
"ANSI"
cc -o rsa_test -I../include -DTHREADS -D_REENTRANT -xtarget=ultra
-xarch=v8plus -xO
5 -xstrconst -xdepend -Xa -DB_ENDIAN -DBN_DIV2W -DULTRASPARC -DMD5_ASM
rsa_test.o -
L. -L.. -L../.. -L../../.. -L.. -lcrypto -lsocket -lnsl
ucbcc: Warning: "-Xa" redefines compatibility mode from "SunC transition" to
"ANSI"
make[3]: Entering directory
`/export/home/wdillenb/ssl/ossl/openssl-0.9.5a/apps'
cc -DMONOLITH -I../include -DTHREADS -D_REENTRANT -xtarget=ultra
-xarch=v8plus -xO5
-xstrconst -xdepend -Xa -DB_ENDIAN -DBN_DIV2W -DULTRASPARC -DMD5_ASM -c
-o speed
.o speed.c
ucbcc: Warning: "-Xa" redefines compatibility mode from "SunC transition" to
"ANSI"
"/usr/ucbinclude/signal.h", line 49: syntax error before or at: int
"/usr/ucbinclude/signal.h", line 49: warning: undefined or missing type for:
int
ucbcc: Warning: "-Xa" redefines compatibility mode from "SunC transition" to
"ANSI"
cc -o rsa_test -I../include -DTHREADS -D_REENTRANT -xtarget=ultra
-xarch=v8plus -xO
5 -xstrconst -xdepend -Xa -DB_ENDIAN -DBN_DIV2W -DULTRASPARC -DMD5_ASM
rsa_test.o -
L. -L.. -L../.. -L../../.. -L.. -lcrypto -lsocket -lnsl
ucbcc: Warning: "-Xa" redefines compatibility mode from "SunC transition" to
"ANSI"
make[3]: Entering directory
`/export/home/wdillenb/ssl/ossl/openssl-0.9.5a/apps'
cc -DMONOLITH -I../include -DTHREADS -D_REENTRANT -xtarget=ultra
-xarch=v8plus -xO5
-xstrconst -xdepend -Xa -DB_ENDIAN -DBN_DIV2W -DULTRASPARC -DMD5_ASM -c
-o speed
.o speed.c
ucbcc: Warning: "-Xa" redefines compatibility mode from "SunC transition" to
"ANSI"
"/usr/ucbinclude/signal.h", line 49: syntax error before or at: int
"/usr/ucbinclude/signal.h", line 49: warning: undefined or missing type for:
int
make[3]: *** [speed.o] Error 2
make[3]: Leaving directory
`/export/home/wdillenb/ssl/ossl/openssl-0.9.5a/apps'
make[2]: *** [apps] Error 2
make[2]: Leaving directory
`/export/home/wdillenb/ssl/ossl/openssl-0.9.5a/test'
make[1]: *** [tests] Error 2
make[1]: Leaving directory `/export/home/wdillenb/ssl/ossl/openssl-0.9.5a'
Checking compiler...
Running make...
Running make test...
OpenSSL self-test report:
OpenSSL version: 0.9.5a
Last change: Make sure _lrotl and _lrotr are only used with MSVC....
OS (uname): SunOS spectra 5.7 106541-04 sun4us sparc FJSV,GPUS
OS (config): sun4us-sun-solaris2
Target (default): solaris-sparcv9-cc
Target: solaris-sparcv9-cc
Compiler: ### ucbcc: Note: LM_LICENSE_FILE = (null)
### ucbcc: Note: NLSPATH =
/opt/SUNWspro/SC5.0/bin/../lib/locale/%L/LC_MESSAGES/%N.
cat:/opt/SUNWspro/SC5.0/bin/../../lib/locale/%L/LC_MESSAGES/%N.cat
### ucbcc: Note: LD_LIBRARY_PATH = /usr/ucblib:/usr/ccs/lib:/usr/lib
### ucbcc: Note: LD_RUN_PATH = /usr/ucblib
### ucbcc: Note: LD_OPTIONS = (null)
/usr/ccs/bin/ld -o a.out /opt/SUNWspro/SC5.0/lib/crti.o
/opt/SUNWspro/SC5.0/lib/crt
1.o /opt/SUNWspro/SC5.0/lib/values-xs.o -Y
P,:/usr/ucblib:/opt/SUNWspro/SC5.0/bin/.
./lib:/opt/SUNWspro/SC5.0/bin:/usr/ccs/lib:/usr/lib -lucb -lsocket -lnsl
-lelf -lai
o -lc /opt/SUNWspro/SC5.0/lib/crtn.o
Undefined first referenced
symbol in file
main /opt/SUNWspro/SC5.0/lib/crt1.o
ld: fatal: Symbol referencing errors. No output written to a.out
Failure!
[...]
Test report in file testlog
______________________________________________________________________
OpenSSL Project http://www.openssl.org
Development Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]