curl-library
Problem compiling on WIN32 (almost solved, I think)
Date: Mon, 24 May 2004 12:32:57 +0200
Hi all,
after some time, I started trying to compile curl7.11.2 on my
WIN2000.
I had to change the following files to make it almost compile (useing make
vc-ssl-dll):
src/Makefile.vc6:
Line number 33:
CFLAGS = /I "../lib" /I "../include" /I "$(ZLIB_PATH)"
/nologo /W3 /GX /D "WIN32" /D "_CONSOLE" /D "_MBCS" /YX /FD /c /D
"USE_MANUAL"
Line number 60:
!IF "$(CFG)" == "release-ssl" || "$(CFG)"
== "release-ssl-dll"
lib/Makefile.vc6:
Added:
WINLIBS = WS2_32.LIB WINMM.LIB
Changed:
in the # release-ssl-dll
LNK = $(LNKDLL) $(WINLIBS) $(SSLLIBS) $(LFLAGSSSL)
/out:$(TARGET) /IMPLIB:"$(LIB_NAME).lib"
Anyway, now, launching make vc-ssl-dll I get the following errors:
link.exe /incremental:no /libpath:"../lib" /nologo /libpath:"D:
\libs\CPP\zlib-1.2.1" /out:curl.exe /subsystem:console /machine:I386
wsock32.lib libcurl.lib winmm.lib zlib.lib hugehelpr.obj writeoutr.obj
urlglobr.obj getpassr.obj homedirr.obj mainr.obj curlr.res
mainr.obj : error LNK2001: unresolved external symbol _curlx_tvnow
mainr.obj : error LNK2001: unresolved external symbol _curlx_strtoll
mainr.obj : error LNK2001: unresolved external symbol _curlx_tvdiff
curl.exe : fatal error LNK1120: 3 unresolved externals
What else should I change to solve those errors?
Many thanks in advance,
Massimiliano Ziccardi
Received on 2004-05-24