This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Re: GCC/Linux to produce exe files for Windows
- From: Brian Dessent <brian at dessent dot net>
- To: gcc-help at gcc dot gnu dot org
- Date: Wed, 15 Feb 2006 02:57:32 -0800
- Subject: Re: GCC/Linux to produce exe files for Windows
- References: <43F306E6.8060702@fatti.com>
Enrico Migliore wrote:
> I would like to compile a C program on GCC/Linux, and would like
> GCC to produce an executable file for Windows (no Cygwin). Is that
> possible?
Sure, you will just need to build a mingw cross compiler. You will need
to install headers and import libraries from mingw.org and then build
binutils and gcc as a cross compiler. Some distros (e.g. Debian) have
binary packages pre-built.
Brian