The current CVS 1.8 needs this in order to compile with ssl:
diff -urbB wget/windows/Makefile.src wget.wip/windows/Makefile.src
--- wget/windows/Makefile.src   Thu Nov 29 14:30:24 2001
+++ wget.wip/windows/Makefile.src       Mon Dec  3 13:39:58 2001
@@ -55,12 +55,12 @@
 SRC = cmpt.c safe-ctype.c connect.c host.c http.c netrc.c ftp-basic.c
ftp.c \
       ftp-ls.c ftp-opie.c getopt.c hash.c headers.c html-parse.c
html-url.c \
       progress.c retr.c recur.c res.c url.c cookies.c init.c utils.c
main.c \
-      version.c mswindows.c fnmatch.c gnu-md5.c rbuf.c log.c $(SSLSRC)
+      version.c mswindows.c fnmatch.c gen-md5.c gnu-md5.c rbuf.c log.c
$(SSLSRC)

 OBJ = cmpt$o safe-ctype$o connect$o host$o http$o netrc$o ftp-basic$o
ftp$o \
       ftp-ls$o ftp-opie$o getopt$o hash$o headers$o html-parse$o
html-url$o \
       progress$o retr$o recur$o res$o url$o cookies$o init$o utils$o
main$o \
-      version$o mswindows$o fnmatch$o gnu-md5$o rbuf$o log$o $(SSLOBJ)
+      version$o mswindows$o fnmatch$o gen-md5$o gnu-md5$o rbuf$o log$o
$(SSLOBJ)

 .SUFFIXES: .c .obj

diff -urbB wget/windows/Makefile.src.bor
wget.wip/windows/Makefile.src.bor
--- wget/windows/Makefile.src.bor       Thu Nov 29 14:30:24 2001
+++ wget.wip/windows/Makefile.src.bor   Mon Dec  3 10:03:37 2001
@@ -39,6 +39,8 @@
 html.obj+
 host.obj+
 headers.obj+
+gen-md5.obj+
+gnu-md5.obj+
 getopt.obj+
 ftp-opie.obj+
 ftp-ls.obj+

However it still won' work due to mising

gen_sslfunc.obj : error LNK2001: unresolved external symbol _lrand48
gen_sslfunc.obj : error LNK2001: unresolved external symbol _srand48

In fact looking through the VC++ documentation there doesn't seem to be
a rand48() available.

Heiko

-- 
-- PREVINET S.p.A.            [EMAIL PROTECTED]
-- Via Ferretto, 1            ph  x39-041-5907073
-- I-31021 Mogliano V.to (TV) fax x39-041-5907087
-- ITALY

Reply via email to