I&#39;m having trouble cross-compiling FLAC for Windows from Linux.<br><br>I am using the following commands:<br><br><div style="margin-left:40px">./configure --host=i686-w64-mingw32 --prefix=/usr/i686-w64-mingw32 --enable-shared<br>
make<br></div><br>The process completes successfully but I only end up with the static library. The following files are copied to the $(PREFIX)/lib directory when I run &#39;make install&#39;:<br><br>- libFLAC.a<br>- libFLAC++.a<br>
- libFLAC.la<br>- libFLAC++.la<br><br>...and there aren&#39;t any DLLs in the $(PREFIX)/bin directory.<br><br>Am I doing something wrong?<br><br>- Nathan<br>