Message-Id: <200006181715.UAA14894@mailgw1.netvision.net.il> Date: Sun, 18 Jun 2000 20:17:10 +0200 X-Mailer: Emacs 20.6 (via feedmail 8.1.emacs20_6 I) and Blat ver 1.8.5b From: "Eli Zaretskii" To: GAMMELJL AT SLU DOT EDU CC: djgpp AT delorie DOT com In-reply-to: <01JQQQ5YBGSI9JPLMT@SLU.EDU> (GAMMELJL@SLU.EDU) Subject: Re: gmp Attention: Eli Z References: <01JQQQ5YBGSI9JPLMT AT SLU DOT EDU> 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: GAMMELJL AT SLU DOT EDU > Date: Sun, 18 Jun 2000 08:39:32 -0500 (CDT) > > Yes, you are right. I need version 2.03. > I am afraid to ask: Is it ok to get the current zip files and unzip > them, thereby overwriting my old version of djgppp? It is okay to do this in the case of djdevNNN.zip, but in general, you should uninstall the previous version first. The list of the files in each package is in the appropriate *.mft file in your manifest directory, so it should be easy to remove them. For example, the list of files that you installed from djdev202.zip is in the file manifest/djdev202.mft. > Or is it necessary > to uninstall the old version first (I am worried about what might > happen to config.sys). CONFIG.SYS is not changed by uninstalling DJGPP. The only files you need to worry about are djgpp.env, in case you modified it manually (which you shouldn't); and the file info/dir if you installed optional packages and edited that file, either manually or by running the `install-info' utility. If you did modify these two files, rename them before uninstalling the old version, then compare them with the new files that come with djdev203.zip, and copy any changes you need manually. That's it!