When I compile curl I get the following error
[Linker error] undefined reference to _imp__curl_easy_init' [Linker error] undefined reference to_impcurl_easy_setopt' [Linker error] undefined reference to _imp__curl_easy_perform' [Linker error] undefined reference to_impcurl_easy_cleanup' ld returned 1 exit status
_imp__curl_easy_init' [Linker error] undefined reference to
_imp__curl_easy_perform' [Linker error] undefined reference to
I know there is an easy solution, I just can't find it.
Doolie
Post the full compile log as requested in the "PLEASE READ BEFORE POSTING A QUESTION" thread.
Most often an "undefined reference" results from failing to link the necessary libraries. The log will tells what you linked (or didn't).
Log in to post a comment.
When I compile curl I get the following error
[Linker error] undefined reference to
_imp__curl_easy_init' [Linker error] undefined reference to
_impcurl_easy_setopt'[Linker error] undefined reference to
_imp__curl_easy_perform' [Linker error] undefined reference to
_impcurl_easy_cleanup'ld returned 1 exit status
I know there is an easy solution, I just can't find it.
Doolie
Post the full compile log as requested in the "PLEASE READ BEFORE POSTING A QUESTION" thread.
Most often an "undefined reference" results from failing to link the necessary libraries. The log will tells what you linked (or didn't).