Date: Thu, 31 May 2001 20:20:54 +0300 From: "Eli Zaretskii" Sender: halo1 AT zahav DOT net DOT il To: "Brent Ritchie" Message-Id: <7458-Thu31May2001202053+0300-eliz@is.elta.co.il> X-Mailer: Emacs 20.6 (via feedmail 8.3.emacs20_6 I) and Blat ver 1.8.9 CC: djgpp AT delorie DOT com In-reply-to: (azreal@cyberbeach.net) Subject: Re: Which version? References: Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > From: "Brent Ritchie" > Newsgroups: comp.os.msdos.djgpp > Date: Thu, 31 May 2001 12:32:45 -0700 > > I have DJGPP v2.0 and was wondering if it was worth upgrading to > v2.02. Definitely, but upgrade to DJGPP v2.03, not 2.02. v2.0 had many problems that are long ago solved. IIRC, even the long file-name support was not completely operational before v2.01. > What are the components I would have to change? For such a significant upgrade, I would suggest to install at least the following: - djdev203.zip - gcc2953b.zip - gpp2953b.zip (only if you want a C++ compiler and library) - bnu211b.zip - mak3791b.zip (if you use Make) - gdb500b.zip (if you use GDB) Also, it is advisable to upgrade any programs that invoke other programs, because v2.01 introduced an incompatible change into the way DJGPP programs unvoke other DJGPP programs. (See section 16.6 of the latest FAQ, for the details--better upgrade the FAQ as well ;-)