Unresolved symbols when linking a program using libcurl

I’ve been using static version of libcurl, and to link my program against it properly, I had to add definition:

CURL_STATICLIB

to build configuration of my project.

Leave a Comment