You cannot do that directly, you need a cross-compiler setup. And it is far from being obvious to set up :/ – fgeDec 23 '11 at 18:08
The Apple gcc (or clang/llvm) will not produce any Windows executables at all, if you want to do that. As written my Mystical, you need a cross-compiler or compile the project on Windows/Linux/whatever. – onitakeDec 23 '11 at 18:09
What I mean is how can I compile a Apple/Linux executable from the GCC compiler installed on my Windows machine? – ghostsoldier23Dec 23 '11 at 20:06