Re: Minimal libcurl compile for windows

2020-05-07 Thread Jeffrey Walton via curl-library
On Thu, May 7, 2020 at 6:47 AM Testing WunTuTri via curl-library wrote: > > That is interesting, I'll try the nmake command with additional flags today. > > But for what it's worth, I've managed to bring down the unresolved externals > just to 1. > > libcurl.a(strerror.o) : error LNK2019: unresol

Re: Minimal libcurl compile for windows

2020-05-07 Thread Testing WunTuTri via curl-library
That is interesting, I'll try the nmake command with additional flags today. But for what it's worth, I've managed to bring down the unresolved externals just to 1. libcurl.a(strerror.o) : error LNK2019: unresolved external symbol __imp__sys_nerr referenced in function Curl_strerror The others h

Re: Minimal libcurl compile for windows

2020-05-06 Thread Ray Satiro via curl-library
On 5/6/2020 3:25 PM, Testing WunTuTri via curl-library wrote: I did this Compiling the static lib on windows with nmake yields libcurl_a.lib and a bunch of obj files, libcurl_a.lib needs to be in the folder with the obj files in order for my program to compile without unresolved exte