Software:DJGCC
From HandWiki
Developer(s) | DJ Delorie |
---|---|
Operating system | DOS |
Type | Compiler |
License | GNU GPL |
Website | www |
DJGCC (DJ's GNU Compiler Collection [1]) is a C development suite for x86 PCs that runs under DOS or compatibles. It is guided by DJ Delorie, who started the project in 1989. It is a port of the popular gcc compiler.
See also
- DJGPP - C++ version
- EMX - a POSIX implementation for DOS (and OS/2, too)
- Cygwin - a UNIX compatibility layer with many ported libraries and applications
- MinGW - a port of the GNU toolchain for Windows, designed to require minimal runtime support
- GnuWin32
References
- ↑ "The history of djgpp". http://www.delorie.com/djgpp/history.html. 091108 delorie.com
External links
Original source: https://en.wikipedia.org/wiki/DJGCC.
Read more |