i use Fedora to build for Fedora and to build for Windows.   These are some of my notes.<br><br>README.git includes some additional  packages.  i added gcc-c++ but not sure OO actually is needed for any of the additional packages.  There were many more mingw packages i installed having to do with development, but not sure all were necessary.<br>
<br>Even though i yum installed some of these, openssl and lzo needed to be downloaded as tarball source packages.<br>  openssl-0.9.81.tar.gz<br>  lzo-2.03.tar<br><br>In regards to zlib-1.2.3.tar.gz, i probably didn&#39;t need to download separately because the mingw32-zlib-static seemed to work, but i had to dig to find where those libraries ended up.  <br>
<br><br>To compile for mingw32, i ran mingwSetPath.bash and mingwEXPORT.bash.<br><br>autoreconf -f -s -i.<br>configure-fedora-compile-mingw32.sh<br>make<br>make dist<br>su -l root and then make install<br><br>Hope this helps other noobs.<br>