This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: xcompile linux->windoze?
- From: Oscar Fuentes <ofv at wanadoo dot es>
- To: gcc at gcc dot gnu dot org
- Cc: nbecker at hns dot com
- Date: 13 Nov 2002 20:01:05 +0100
- Subject: Re: xcompile linux->windoze?
- References: <x88fzu58frv.fsf@rpppc1.md.hns.com>
nbecker@hns.com (Neal D. Becker) writes:
> Can I build a cross compiler/tool chain to host on linux and compile
> for a windows target? Any hints/info?
Check
http://www.mingw.org
and
http://sources.redhat.com/cygwin/
MinGW produces "pure" Windows executables. Cygwin executables uses a
GPL'ed DLL which adds a POSIX emulation layer over Windows.
--
Oscar