Friday, May 18, 2007

GCC Under DOS

Getting GCC to compile under DOS is not simple.








Are there some pre-compiled binaries that I can use?

DJGPP (DJ's GNU Programming Platform)
A complete 32-bi C/C++ development system for Intel 80386 and higher PCs running DOS. This looks very old. It has not been updated since 1998.

MinGW: Minimalist GNU for Windows
A collection of freely available and freely distributable Windows specific header files and import libraries.
Looks like a very current system.
Installed MSYS. It looks like it has the same path problems that cygwin does.

No comments: