This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Windows GUI apps cross-compiled from Linux or Mac OS X?
- From: Ian Lance Taylor <ian at airs dot com>
- To: Chase <xanadu at juun dot com>
- Cc: gcc at gcc dot gnu dot org
- Date: 29 Sep 2005 22:05:25 -0700
- Subject: Re: Windows GUI apps cross-compiled from Linux or Mac OS X?
- References: <E3A274FE-0309-4FD6-BCD9-67343D3C61D3@juun.com>
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