From: eplmst AT lu DOT erisoft DOT se (Martin Stromberg) Newsgroups: comp.os.msdos.djgpp Subject: Re: GNU Pascal (gpc) 2.1 released Date: 22 May 2002 07:32:58 GMT Organization: Ericsson Erisoft AB, Sweden Lines: 24 Message-ID: References: <200205211636 DOT g4LGacG26823 AT delorie DOT com> <3CEAB76E DOT D23D53B4 AT yahoo DOT com> NNTP-Posting-Host: lws256.lu.erisoft.se X-Newsreader: TIN [version 1.2 PL2] To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com CBFalconer (cbfalconer AT yahoo DOT com) wrote: : Maurice Lombardi wrote: : > In this case you have to install from gcc2953b only the files : > contained in the %DJDIR%\lib directory and subdirectories. They : > will not conflict due to subdirectory structure. : This is confusing. I presently have GCC 2.953 installed, and GPC : of 2002-5-10. They apparently work correctly. There has just : been an announcement of GCC 3.1, which I would like to use. : Just what do I blow away, and what do I install, to have this : combination available? How can I insulate the gpc system against : changes in gcc etc. You do "cd my_djgpp_directory; mv lib/gcc-lib/djgpp/2.953 lib/gcc-lib/djgpp/2_953.safe; rm -f @manifest/gcc2953b.mft" and "rm -f @manifest/gpp2953b.mft" and similarly for other things belonging to gcc2953. Then "cp -a lib/gcc-lib/djgpp/2_953.safe lib/gcc-lib/djgpp/2.953" and you should be set. Right, MartinS