Chase <[EMAIL PROTECTED]> writes: > Is it possible to use GCC to cross-compile a GUI app for Windows (XP > specifically) from another platform like Linux or Mac OS X or BeOS? > > If so, please either explain in your reply the basic steps required > to do this or direct me to instructions on how to do so.
Questions like this are better directed to [EMAIL PROTECTED] Thanks. Yes, gcc can do this. You will want to build a cross compiler to the cygwin or mingw target. See cygwin.com and mingw.org for more information. Ian