Hi,
Can someone help me with the CURL library using GCC on Cygwin?
I can't find anything in the documents that explain exactly how to compile with g++.
For instance:
g++ -I curl CurlSample.cpp
gives me errors such as:
/tmp/ccrXZUYr.o:CurlSample.cpp:(.text+0x17): undefined reference to `_curl_easy_
init'
I'm using gcc version 4.3.4 ... all of the curl files are installed in the directory /usr/include/curl
Any help would be much appreciated... thanks!