[xml] win32 threading enabled builds with mingw-w64 64bit?

2013-11-11 Thread Jon
On a Win8.1 64-bit machine with a 64-bit mingw-w64 4.8.2 toolchain, I get this build fail CCLD testThreads.exe testThreadsWin32.o:testThreadsWin32.c:(.text+0x88): undefined reference to `xmlParseFile' collect2.exe: error: ld returned 1 exit status The artifacts appear to have been built corre

Re: [xml] win32 threading enabled builds with mingw-w64 64bit?

2013-11-11 Thread Jon
Ignore; my `--without-sax1` config error was the cause of `xmlParseFile` and other symbols not being exported from the DLL. Tweaking the config fixes the build. Sorry for the noise. On Mon, Nov 11, 2013 at 2:50 PM, Jon wrote: > On a Win8.1 64-bit machine with a 64-bit mingw-w64 4.8.2 toolchain