wwp <subscript <at> free.fr> writes: > anyone uses a ming32 cross-compiler on Fedora (Core 5 preferred), here? Yes. http://mirzam.it.vu.nl/mingw/ Unfortunately, these RPMs include gcc-core only, no g++, so if you need C++ support, get the MinGW GCC RPM from: http://bitwalk.hp.infoseek.co.jp/download.html instead. It's older, but it includes g++, g77 and GCJ. You can use that with the newer Binutils, mingw-runtime and w32api packages from the first URL. Kevin Kofler