> --host=mingw32 \ > --build=mingw32 \ > --target=mingw32 \ I've never configure with just `mingw32'. It's always been a triplet (such as 'i686-pc-mingw32'). Is that supposed to work? -- Joel