I'm having trouble cross-compiling FLAC for Windows from Linux.

I am using the following commands:

./configure --host=i686-w64-mingw32 --prefix=/usr/i686-w64-mingw32
--enable-shared
make

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 'make install':

- libFLAC.a
- libFLAC++.a
- libFLAC.la
- libFLAC++.la

...and there aren't any DLLs in the $(PREFIX)/bin directory.

Am I doing something wrong?

- Nathan
_______________________________________________
flac-dev mailing list
[email protected]
http://lists.xiph.org/mailman/listinfo/flac-dev

Reply via email to