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: xcompile linux->windoze?


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



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