Date: Tue, 18 Jul 1995 13:56:02 +0300 (IDT) From: Eli Zaretskii To: Tommy Hallgren Cc: djgpp AT sun DOT soe DOT clarkson DOT edu Subject: Re: go32 1.12.maint3 On Mon, 17 Jul 1995, Tommy Hallgren wrote: > I'm trying to install DJGPP, not the v2beta, and it's seems like the go32 I > have, go32 1.12.maint2, is too old for my gcc. It's very strange since I > ftp'ed the whole package. > > Where can I find 1.12.maint3 of go32??? Please answer in email. The latest maintenance release for 1.12 is maint4. The answer to your question is found in the DJGPP FAQ list (available as faq102.zip from the same place you get DJGPP): 3.7 Q: I need maintenance release Y for DJGPP 1.1X. Where do I get it? A: Look for files called dj11XmY.zip, where X and Y are single digits. If you already installed all the maintenance releases prior to what you are looking for (in this case, 1.1Xm1, 1.13m2, ... 1.1Xm(Y-1)), then only download the latest one. Otherwise, download all the maintenance releases that you didn't install. If you aren't sure what release do you have, read the following question. Unzip the first maintenance release which you downloaded, from the directory which starts DJGPP installation tree, like this: C:\DJGPP> unzip -o dj112m2.zip or, if you prefer to use PKUNZIP: C:\DJGPP> pkunzip -d -o dj112m2.zip Then read the file dj11XmY.doc and do whatever it tells you to finish the installation of the maintenance release (usually, you will have to run some batch file included with the release). Then unzip the next maintenance release in the same manner, etc. There are more items in the FAQ related to maintenance releases, so it's best to read them also.