Hi everyone, I'm having problems to get static libcurl build, as lib I'm getting, when included in VS2013 Win64 project, results with a conflict between libcmt and msvcrt(which is used in my project). I tried build with CMake (with CURL_STATICLIB flag) and libcmt added in IgnoreSpecificDefaultLibraries. Also VS Command Prompt build with "nmake /f Makefile mode=static VC=12 MACHINE=x64 ENABLE_WINSSL=no ENABLE_IDN=no GEN_PDB=no ENABLE_SSPI=no" and manualy adding /MD and /NODEFAULTLIB:libcmt.
Result is the same, some part of libcurl is still beeing linked against libcmt.. Any suggestions appreciated. -- *Pozdrav,Miroslav Lazić*
------------------------------------------------------------------- List admin: http://cool.haxx.se/list/listinfo/curl-library Etiquette: http://curl.haxx.se/mail/etiquette.html
