This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Windows GUI apps cross-compiled from Linux or Mac OS X?


Chase <xanadu@juun.com> 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 gcc-help@gcc.gnu.org.
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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]