cURL / Mailing Lists / curl-users / Single Mail

curl-users

winnt4, making project

From: Juhani Olkku <juhani.olkku_at_mtv3-tele.fi>
Date: Thu, 16 Nov 2000 14:04:58 +0200

Hi!

I'm thinking that something is wrong with my compiler.

First try to compile curl example project using winnt4 and visual c 6.0,
curl 7.4.2 package was without ssl.

It cannot find .obj or lib files?

---
Linking...
curl0.obj : error LNK2001: unresolved external symbol _curl_easy_cleanup
curl0.obj : error LNK2001: unresolved external symbol _curl_easy_perform
curl0.obj : error LNK2001: unresolved external symbol _curl_easy_setopt
curl0.obj : error LNK2001: unresolved external symbol _curl_easy_init
Debug/curl0.exe : fatal error LNK1120: 4 unresolved externals
---
Second problem was compile whole curl, "...  Run the 'vcvars32.bat' file
to get the proper environment variables set, then run 'nmake -f
Makefile.vc6' in the lib/ dir and then 'nmake -f Makefile.vc6' in the
src/ dir."
It crashes on:
----
url.c(547) : warning C4244: '=' : conversion from 'long ' to 'char ',
possible l
oss of data
url.c(1264) : warning C4244: '=' : conversion from 'long ' to 'unsigned
short ',
 possible loss of data
        cl.exe /ML /O2 /D "NDEBUG" /I "../include" /nologo /W3 /GX /D
"WIN32" /D
 "VC6" /D "_MBCS" /D "_LIB" /YX /FD /c /D "MSDOS" file.c
file.c
NMAKE : fatal error U1073: don't know how to make 'writeout.c'
Stop.
-----
Thanks,
Juhani
Received on 2000-11-16