DJGPP Zip File Picker Results http://www.delorie.com/djgpp/zip-picker.cgi

www.delorie.com/djgpp/zip-picker.cgi search DJGPP Zip File Picker Results

FTP Site: ftp://ftp.iol.it/simtelnet//djgpp/

Note: Don't install djgpp in /dev as djgpp treats that directory specially. Amazon Recommends: Note: If your FTP site doesn't have the selected files, please choose another one, like ftp.simtel.net

Note: If you are using Windows NT make sure you do not unzip with long file names (use djgpp's unzip32.exe or pkunzip) since djgpp doesn't support long file names under NT. Windows NT supports long file names, but not for DOS (i.e. DJGPP) programs. The ++ Standard Library Note: Do not install DJGPP in a directory that requires long file name support Nicolai M. Josuttis (i.e. no spaces, 8.3 characters) Understanding the LINUX Kernel Note: The FAQ has information on adjusting the registry so that one Daniel Pierre Bovet installation works with both long and short filenames (Win 95/98/NT and Writing Apache Modules with Perl DOS) and C Lincoln Stein Note: To view online documentation and help, run the "info" program. UNIX Network Programming Note: RHIDE has an online help viewer also. W. Richard Stevens Note: Start RHIDE in the directory with your sources, so that it puts the .exe Effective STL there also. Scott Meyers Note: In RHIDE, press F1 twice to get help on help Privacy Information

Note: Sample compile command: gcc hello.c -o hello.exe

Note: Use gxx (or append -lstdcx to your gcc command line) to compile and link C++ programs (*.cc)

Note: If you get errors about cout, iostream.h, streambuf.h, or libiostream.a, please read the FAQ

Note: Assember files should have a .S extension.

Note: The binary zips (*b.zip) include full documentation in info format. You do not need to download the extra formats if you only need to read the documentation on-line.

Read the file README.1ST before you do anything else with DJGPP! It has important installation and usage instructions.

Binaries

1 of 3 10/9/2002 12:10 PM DJGPP Zip File Picker Results http://www.delorie.com/djgpp/zip-picker.cgi

unzip32.exe to unzip the zip files 95 kb

v2/copying.dj DJGPP Copyright info 3 kb v2/djdev203.zip DJGPP Basic Development Kit 1.5 mb v2/faq230b.zip Frequently Asked Questions 664 kb v2/readme.1st Installation instructions 22 kb

v2apps/rhid149b.zip RHIDE 2.4 mb

v2gnu/bnu213b.zip Basic assembler, 2.5 mb v2gnu/gcc32b.zip Basic GCC 2.4 mb v2gnu/gdb521b.zip GNU debugger 848 kb v2gnu/gpp32b.zip C++ compiler 2.5 mb v2gnu/mak3791b.zip Make (processes makefiles) 267 kb v2gnu/txi42b.zip Info file viewer 725 kb

v2misc/ntlfn08b.zip NT Long File Name support 25 kb

v2tk/grx243s.zip GRX Graphics 1.8 mb v2tk/rsxdj151.zip RSX (Windows GUI Lib) 3.5 mb

Extra Documentation Formats v2gnu/bnu213d.zip Basic assembler, linker 3.8 mb v2gnu/gcc31d.zip Basic GCC compiler 5.5 mb v2gnu/gdb521d.zip GNU debugger 3.1 mb v2gnu/gpp2952d.zip C++ compiler 487 kb v2gnu/mak3791d.zip Make (processes makefiles) 610 kb v2gnu/txi40d.zip Info file viewer 1.1 mb

Total bytes to download: 35,159,787 Installation Instructions for winXP

Use Explorer to create a folder for DJGPP. My Computer, Drive C, File->New->Folder, "DJGPP".

Use djgpp's unzip32.exe to unzip all the zips you downloaded into the C:\DJGPP folder. Don't unzip them each into separate folders - unzip them all to the same place. 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

C:\> mkdir djgpp C:\> cd djgpp C:\DJGPP> unzip32 d:\tmp\djdev203.zip C:\DJGPP> unzip32 d:\tmp\faq230b.zip C:\DJGPP> unzip32 d:\tmp\rhid149b.zip C:\DJGPP> unzip32 d:\tmp\bnu213b.zip C:\DJGPP> unzip32 d:\tmp\gcc32b.zip C:\DJGPP> unzip32 d:\tmp\gdb521b.zip C:\DJGPP> unzip32 d:\tmp\gpp32b.zip C:\DJGPP> unzip32 d:\tmp\mak3791b.zip C:\DJGPP> unzip32 d:\tmp\txi42b.zip C:\DJGPP> unzip32 d:\tmp\ntlfn08b.zip C:\DJGPP> unzip32 d:\tmp\grx243s.zip C:\DJGPP> unzip32 d:\tmp\rsxdj151.zip

Make sure you use the djgpp's unzip32, or some other unzip that doesn't support long file names. If you install with WinNT long file names, C++ programs won't compile. Another option is to use pkunzip

2 of 3 10/9/2002 12:10 PM DJGPP Zip File Picker Results http://www.delorie.com/djgpp/zip-picker.cgi

instead (see the MS-DOS install instructions) or read the FAQ about the NameNumericTail registry key.

Right-click My Computer, select Properties. Select the Advanced tab, then the Environment Variables button. Edit the Path system variable to include C:\DJGPP\BIN at the front. (If you are not an administrator, add it to the PATH variable in the User Variables section, or add a new PATH user environment variable which contains only C:DJGPPBIN) Add a new variable DJGPP set to C:\DJGPP\DJGPP.ENV (system variable if possible, user variable if not an administrator) .

You'll need to close and reopen your MS-DOS windows for these changes to take effect.

Rather than edit your autoexec files and/or global environment, you may wish to create a djgpp shortcut instead. To do this, create a c:\djgpp\djgpp.bat that has lines like this:

@echo off set PATH=c:\djgpp\bin;%PATH% set DJGPP=c:\djgpp\djgpp.env chdir c:\djgpp\mystuff (or any other directory) command (you can replace that last line with any other shell you'd like)

The other zips may be installed the same way.

webmaster donations bookstore delorie software privacy Copyright ? 2002 by DJ Delorie Updated Jun 2002

Please take a moment to fill out this visitor survey You can help support this site by visiting the advertisers that sponsor it! (only once each, though)

3 of 3 10/9/2002 12:10 PM