undefined reference to curl_global_init, curl_easy_init and other function(C)
https://stackoverflow.com/questions/16476196/undefined-reference-to-curl-global-init-curl-easy-init-and-other-functionc
I am trying to use Curl in C.I visited Curl official page, and copied sample source code.below is the link:http://curl.haxx.se/libcurl/c/sepheaders.htmlwhen I run this code with command "gcc...