I have curl installed in my linux Ubuntu. I tested it from terminal and it is ok. Now I want to include in my Eclipse project. I just wrote /usr/local/curl-7.21.7/lib in GCC C++ Linker under Library Search Path (-L). What else should I do? I am getting the message "undefined reference to `curl_easy_init'" to teste the below code.
Helios, first of all, thanks for your answer. I don't have any file with .a extension. I have these files beginning with lib*.* : libcurl.imp libcurl.la libcurl.plist libcurl.rc libcurl.vcproj. Do you have some idea what is wrong?