Issues building with ZLIB and c-ares, Mingw on Win8 x64

2012-12-13 Thread Jesse Nicholson
So I've been trying since yesterday to get curl to build with c-ares and zlib support... and since I'm about ready to bash my head off the desk till I pass out... I figured hey! why not ask the good folks on the mailing list before incurring self inflicted injury! Anyway so I downloaded latest

Re: Issues building with ZLIB and c-ares, Mingw on Win8 x64

2012-12-13 Thread Michael Wood
On 13 December 2012 00:35, Jesse Nicholson ascensionsyst...@gmail.com wrote: So I've been trying since yesterday to get curl to build with c-ares and zlib support... and since I'm about ready to bash my head off the desk till I pass out... I figured hey! why not ask the good folks on the

Re: Issues building with ZLIB and c-ares, Mingw on Win8 x64

2012-12-13 Thread Jesse Nicholson
Yeah thanks it actually had to do with c-ares not building right. According to the config script, by default it should be configured to output shared and static libs but that's simply not the case. By default it was only putting out static I had to explicitly set shared to enabled. The config

Re: Issues building with ZLIB and c-ares, Mingw on Win8 x64

2012-12-13 Thread Gisle Vanem
Jesse Nicholson ascensionsyst...@gmail.com wrote: Anyway so I downloaded latest release c-ares, zlib and curl... compiled c-ares successfully (although I can only get it to spit out a static lib), That's the problem. zlib compiled without issue, then on to curl. Curl will compile the static