From: kg AT mykonos DOT rc DOT rit DOT edu (Kyriakos Georgiou) Subject: Linux -> MSDOS C cross-compiler To: turnbull AT shako DOT sk DOT tsukuba DOT ac DOT jp (Stephen Turnbull) Date: Sat, 24 Dec 1994 19:46:08 -0500 (EST) Cc: djgpp AT sun DOT soe DOT clarkson DOT edu Organization: Rochester Institute of Technology, Research Corp. Rochester NY, USA Phone: (716) 475-5819 Operating-System: Linux 1.1.52 i586 Well folks, this is a pointer if you want to cross-compile for dos under linux. > If you find such a "nice document," or an FTP site where a > cross-compiler exists, please let me know so I can put a pointer to it > on my site. I found it, and it works just fine! It's based on the djgpp work, it took me 1 hour of playing to make it work on my linux. mrcnext.cso.uiuc.edu:/pub/linux/devel/msdos/go32crs.tar.gz this is really just a sunsite mirror, but it is almost always much faster than sunsite itself. So, there we go about cross-compiling. cat go23.exe myprog > myprog.exe builds the stand alone dos executable. regards K.Georgiou