cURL / Mailing Lists / curl-users / Single Mail

curl-users

Linking problem in Win32

From: Dung Luong Dinh <luong_at_ttt-atm.ttt.bme.hu>
Date: Thu, 08 Jun 2000 11:02:43 +0200

The problem is that i have compiled the curl library by vc6(Visual C
6.0).
When i wrote a test program(C++) and link it with curl lib, I get the
following link error:

link /NOLOGO /INCREMENTAL:NO /LIBPATH:c:/temp /DEFAULTLIB:LIBCMT.LIB
/OUT:c:/temp/tHttp.exe c:/temp/qbHttp.obj c:/temp/tHttp.obj curl.lib
curl.lib(getdate.obj) : error LNK2001: unresolved external symbol
_alloca

I look at the getdate.c function but i have no idea to solve this
problem.
Received on 2000-06-08