in reply to Re^7: Can't call libcurl with Inline::C on Windows
in thread Can't call libcurl with Inline::C on Windows

This might be tangential, but have you tried using Alien::curl and forcing a shared install so it downloads and compiles a recent version?

Access to the libs is then via Alien::curl->libs and similar. See the examples in the Alien::curl and Alien::Base documentation.

Replies are listed 'Best First'.
Re^9: Can't call libcurl with Inline::C on Windows
by xiaoyafeng (Deacon) on Nov 22, 2019 at 05:12 UTC
    I've tried Alien::Curl, Unfoturatly, it seems download wrong curlxxxx.dll, so it doesn't get things done also ( I don't dig it so much, it seems mingw curl need a runtime dll, )




    I am trying to improve my English skills, if you see a mistake please feel free to reply or /msg me a correction

      Did it run a system or share install?

      If the former then it would use the first existing version on your system that it finds in the path. This is the default and needs to be overridden using an environment variable. Details of how to do so are at https://metacpan.org/pod/Alien::Build#ALIEN_INSTALL_TYPE.