Looks like I have found success. Here are the steps needed to get this to build with my MinGW installation $ ../configure --prefix=/c/home/local --disable-static --enable-shared --enable-cxx ABI=32 -C $ make $ make install $ make check All tests passed Thanks, Brad