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