curl-library
Re: Awaiting an Answer for Wiin 32 Install
From: Daniel Stenberg <daniel-curl_at_haxx.se>
Date: Wed, 22 Jun 2005 20:25:03 +0200 (CEST)
Date: Wed, 22 Jun 2005 20:25:03 +0200 (CEST)
On Wed, 22 Jun 2005, T kyer wrote:
> I created a project with the file listed below and under Dev C++ Project
> options/Parameters/Links I inserted both F:/Programming Tools/Dev-C++
> 5/Dev-Cpp/lib/libcurl.a"
libcurl.a doesn't sound like a static lib for Windows. They're normalled
called .lib. Or am I wrong?
> and for good measure
> F:/Programming Tools/Dev-C++ 5/Dev-Cpp/lib/-lcurl"
That looks totally wrong. -lcurl would be a linker option, not a file. You
probably also need to use -L in combination with -l.
> sinnce I'm not interested in the dynamic library I stopped there.
Figure out where your libcurl.lib is and use that properly.
-- Commercial curl and libcurl Technical Support: http://haxx.se/curl.htmlReceived on 2005-06-22