2013/7/8 Jamey Kirby <[email protected]> > All: > > I am desperate to find a x64 libcurl for Windows. > > I have spent over a week tinkering with the source. I am able to build x64 > lib in Visual Studio, but I get __import errors. I am even building as > static. > > I have tried to build static and dynamic. > > If I use the winbuild dir and do the nmake with MACHINE=x64, I get errors. > x86 works just fine. > > Can anyone please help me get a libcurl x64 for Windows with SSL? I would > be grateful and I might even be able to find some cash to pay. I do not > even need source or the ability to build. I just need a package. > > -- Jamey > > Try cmake build.
Here the example cmake invocation command for VC2010 project generation c:\work\build\curl>cmake ..\..\github\curl -G"Visual Studio 10 Win64" -DOPENSSL_ROOT_DIR=C:\dev64.vc2010\openssl -DCMAKE_INSTALL_PREFIX=C:\dev64.vc2010\curl All path used replace with specific for your system. HTH. > > -- > Jamey Kirby > Disrupting the establishment since 1964 > > *This is a personal email account and as such, emails are not subject to > archiving. Nothing else really matters.* > > ------------------------------------------------------------------- > List admin: http://cool.haxx.se/list/listinfo/curl-library > Etiquette: http://curl.haxx.se/mail/etiquette.html > -- Best Regards, Sergei Nikulov
------------------------------------------------------------------- List admin: http://cool.haxx.se/list/listinfo/curl-library Etiquette: http://curl.haxx.se/mail/etiquette.html
