To: wjs AT cs DOT sunysb DOT edu (Bill Sakoda) Cc: djgpp AT sun DOT soe DOT clarkson DOT edu Subject: Re: setup question Date: Mon, 23 Jan 95 16:25:31 +0200 From: "Eli Zaretskii" > pkunzip 2.04 was used to expand: > > DJDEV110 ZIP 914,966 01-20-95 10:44p > GAS211BN ZIP 63,697 01-20-95 10:46p > GCC241BN ZIP 1,593,926 01-20-95 11:06p > BNU252BN ZIP 1,004,073 01-21-95 12:11a > DJTST112 ZIP 28,992 01-22-95 9:17a As somebody already said, you are mixing versions. However, be sure to also check out these additional gotchas: 1) Your files' dates seem to be unrelated to the true dates of these same files on SimTel. Maybe your download software gives the files the date of the download? 2) In addition to the files you mentioned, you should also get and unzip these files: djeoe112.zip dj112mN.zip (where N is 1, 2 and 3) cbgrxXXX.zip grx103m1.zip djdoc112.zip This is for developing C programs only (no C++). In addition, I would also advise you to get the file *dc.zip for every *bn.zip you download: these are the documentation files. Also download txi310bn.zip and txi310dc.zip which include the stand-alone Info program required to read the GNU hypertext documentation files. If you also want to write C++ programs, get the following files: gpp263.zip lgp262bn.zip lgp262dc.zip 3) You should unzip these files with ``pkunzip -d'' command, so the directory tree structure which DJGPP tools expect is preserved. 4) You should unzip the files dj112mN.zip LAST, and in the order of the N digits (i.e., first dj112m1.zip, then dj112m2.zip, etc.). These are the maintenance releases which overwrite some of the programs found in other zip files with fixed versions. 5) Be sure to read the file README.DOC and follow its instructions as to what you should put into your AUTOEXEC.BAT.