DJGCC

From Wikipedia, the free encyclopedia

This is the current revision of this page, as edited by JJMC89 bot III (talk | contribs) at 20:59, 21 September 2020 (Moving Category:C compilers to Category:C (programming language) compilers per Wikipedia:Categories for discussion/Speedy). The present address (URL) is a permanent link to this version.

(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)
DJGCC
Developer(s)DJ Delorie
Operating systemDOS
TypeCompiler
LicenseGNU GPL
Websitewww.delorie.com

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[edit]

  • 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[edit]

  1. ^ "The history of djgpp". 091108 delorie.com

External links[edit]