Menu

compiling curl

2008-12-01
2012-09-26
  • Doolie Dexter

    Doolie Dexter - 2008-12-01

    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_imp
    curl_easy_cleanup'
    ld returned 1 exit status

    I know there is an easy solution, I just can't find it.

    Doolie

     
    • cpns

      cpns - 2008-12-02

      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.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.