DJGPP 2.04 beta

Thomas R. Nicely

http://www.trnicely.net
Current e-mail address


Copyright © 2007 Thomas R. Nicely. All rights reserved. This document may be reproduced and distributed for educational and non-profit purposes. No warranties expressed or implied.

Last updated 2300 EDT 30 April 2007. Original posting 0030 EDT 5 April 2007.


After many wrong turns, I have managed to locate, download, and install the latest available (as far as I know) beta version of DJ Delorie's DJGPP development environment. This is the 30 November 2003 build of the DJGPP 2.04 beta, installed with the DJGPP ports of GCC 4.12 (GNU release 13 February 2007, port release 31 March 2007) and GMP 4.12 (ports posted 3 January 2003).

The base directory is http://www.delorie.com/pub/djgpp/ . I chose to download the following files, locations shown relative to the base directory:

unzip32.exe    /current
djdev204.zip   /beta/v2
bnu217b.zip    /beta/v2gnu
gcc412b.zip    /beta/v2gnu
gpp412b.zip    /beta/v2gnu
gmp412b.zip    /current/v2gnu
gmp412d.zip    /current/v2gnu
gdb64b.zip     /beta/v2gnu
txi48b.zip     /beta/v2gnu
man13b.zip     /beta/v2apps
faq230b.zip    /current/v2

Create a directory c:\djgpp (if you already have one for DJGPP 2.03, rename it DJGPP203 or delete it; the files should not be mixed). Unzip the zipfiles (using unzip32.exe) into c:\djgpp, preserving the directory structures and long file names (with exceptions as explained in the DJGPP documentation). The unzip32.exe utility can be placed in the c:\djgpp\bin directory, or in another utility directory in your path (e.g., c:\windows). These instructions are only rough guides; see the file README.1ST in the DJGPP root directory for detailed instructions and additional information.

The above does not include sources, the utilities for emulating UNIX shells and utilities (needed for building packages such as GCC or GMP from source), or cross-compilers; these are available elsewhere under http://www.delorie.com/pub/djgpp/ . You will have to decide, based on the needs for your own development environment, exactly which archives to download and install.


ADDITIONAL NOTES