i’m currently trying to use curl in c++
i copied include folder in curl to my project folder, so include path seems nothing wrong.
but when i try to compile my codes to make .exe file,
undefined reference to `curl_easy_setopt'
undefined reference to `curl_easy_setopt'
uundefined reference to `curl_easy_setopt'
uundefined reference to `curl_easy_perform'
uundefined reference to `curl_easy_cleanup'
uundefined reference to `curl_easy_cleanup'
this is the errors i got when tried to compile.
i found no fix about this error in internet.
does anyone can help me about this issue?
thanks
(Using VSCode for editor)
i tried to make currency converter program in c++, so i needed curl to import API data.
but i encountered errors in curl.
Suscord is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.