• DJGPP is a complete 32-bit C/C++ development system for Intel 80386 (and higher) PCs running DOS. It includes ports of many GNU development utilities.
  • Both the DJGPP libraries and the programs can be compiled this way, linked and then deployed to machines with DOS or DOS emulators.
  • These are DWF's installation notes on DJGPP 2.05, using the "current" packages (supplied zip files) as they appeared on 2020-03-29.
  • For help on which files to download, see the DJGPP "ZIP PICKER" page at "http://www.delorie.com/djgpp/zip-picker.html".
  • If you don't want build DJGPP by yourself, you can download prebuilt DJGPP binary files for MinGW, OSX and Linux from GitHub Release page.
    • Issues:
      9
    • Last commit:
      12 June 2023
  • The directory structure inside each zip file should be preserved, so you end up with files like c:\djgpp\bin\gcc.exe and c:\djgpp\include\stdio.h.
  • DJGPP is licensed as freeware for PC or laptop with Windows 32 bit and 64 bit operating system. It is in coding / compilers category and is available to all software...
  • DJGPPOverview. Editor: DJGPP is a complete 32-bit C/C++ development system for Intel 80386 (and higher) PCs running DOS.
  • The DJGPP toolkit is a port of several basic GNU utilities to MS-DOS, using the 32-bit DPMI system extender, created by DJ Delorie.
  • On the one hand I’m really impressed that it works. For anyone who is slightly interested I guess, you can find my re-build of the source here: Quake101-djgpp2.zip.