Alexandre
edit apps/Makefile so that the line for CFLAGS reads
CFLAGS= -DMONOLITH $(INCLUDES) $(CFLAG) -DUSE_TOD
Stuart
>
> I'm trying to compile 0.9.6 on MacOS X Server 1.2v3 + devel package. It
> configures good (./config --prefix=/usr), but it complains a bit about
> multi-threading. But when making, in apps, when linking openssl itself,
> some symbols do not resolve:
>
> cc -o openssl -DMONOLITH -I../include -O3 -DB_ENDIAN openssl.o verify.o
> asn1pars.o req.o dgst.o dh.o dhparam.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 pkcs12.o
> pkcs8.o spkac.o smime.o rand.o -L. -L.. -L../.. -L../../.. -L..
-lssl -L..
> -lcrypto
> /usr/bin/ld: Undefined symbols:
> _ftime
>
> If you need more info, just ask ;)
>
> Alexandre Blanchette
______________________________________________________________________
OpenSSL Project http://www.openssl.org
User Support Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]