xcompile linux->windoze?

Oscar Fuentes ofv@wanadoo.es
Wed Nov 13 11:03:00 GMT 2002


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




More information about the Gcc mailing list