openssl-bugs:
After a "$ perl Configure CygWin32"
"$ make" resulted in the following:
gcc -o openssl -DMONOLITH -I../include -DTHREADS -DTERMIOS -DL_ENDIAN
-fomit-fr
ame-pointer -O3 -m486 -Wall openssl.o verify.o asn1pars.o req.o dgst.o dh.o
dhpa
ram.o enc.o passwd.o gendh.o errstr.o ca.o pkcs7.o crl2p7.o crl.o rsa.o
rsautl.o
dsa.o dsaparam.o x509.o genrsa.o gendsa.o s_server.o s_client.o speed.o
s_time.
o apps.o s_cb.o s_socket.o app_rand.o version.o sess_id.o ciphers.o nseq.o
pkcs1
2.o pkcs8.o spkac.o smime.o rand.o -L. -L.. -L../.. -L../../.. -L.. -lssl
-L.. -
lcrypto
../libcrypto.a(a_utctm.o)(.text+0x167):a_utctm.c: undefined reference to
`gmtime
_r'
../libcrypto.a(a_utctm.o)(.text+0x2c3):a_utctm.c: undefined reference to
`gmtime
_r'
../libcrypto.a(a_gentm.o)(.text+0x167):a_gentm.c: undefined reference to
`gmtime
_r'
../libcrypto.a(a_time.o)(.text+0x107):a_time.c: undefined reference to
`gmtime_r
'
collect2: ld returned 1 exit status
make[1]: *** [openssl] Error 1
make[1]: Leaving directory `/home/curtiss/openssl-SNAP-20000907/apps'
make: *** [all] Error 1
"$ make test" resulted in the following:
gcc -o hmactest -I../include -DTHREADS -DTERMIOS -DL_ENDIAN
-fomit-frame-pointe
r -O3 -m486 -Wall hmactest.o -L. -L.. -L../.. -L../../.. -L.. -lcrypto
../libcrypto.a(a_gentm.o)(.text+0x167):a_gentm.c: undefined reference to
`gmtime
_r'
../libcrypto.a(a_utctm.o)(.text+0x167):a_utctm.c: undefined reference to
`gmtime
_r'
../libcrypto.a(a_utctm.o)(.text+0x2c3):a_utctm.c: undefined reference to
`gmtime
_r'
collect2: ld returned 1 exit status
make[1]: *** [hmactest] Error 1
make[1]: Leaving directory `/home/curtiss/openssl-SNAP-20000907/test'
make: *** [tests] Error 2
curtiss@CURTISS ~/openssl-SNAP-20000907
$
Steven Curtis
testlog