Date: Thu, 29 Oct 1998 14:47:07 +0100 (MET) From: Olivier Perron X-Sender: perron AT rtbsci146tu To: Andris Pavenis Cc: djgpp AT delorie DOT com Subject: Re: DJGPP 2.02 Beta 981027 In-Reply-To: <199810291328.PAA47342@ieva06.lanet.lv> Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com On Thu, 29 Oct 1998, Andris Pavenis wrote: > Date sent: Thu, 29 Oct 1998 11:00:27 +0100 (MET) > From: Olivier Perron > To: djgpp AT delorie DOT com > Subject: Re: DJGPP 2.02 Beta 981027 > Send reply to: djgpp AT delorie DOT com > > > I'm resending this message as it seems that the first one did not arrive > > to destination. > > > > What should we do with the new specs and djgpp.djl files in %DJDIR/lib ? > > I ask this question because installation instructions from gcc-2.8.1 tell > > us: > > > > "I also recommend remove files 'specs' and 'djgpp.djl' from %DJDIR/lib. > > Archive gcc281b.zip contains replacement for these files which will > > go to a different directory %DJDIR/lib/gcc-lib/djgpp/2.81. > > If You have changed any of these 2 files You can consider to transfer > > these changes to new files. It is possible to avoid removing these files > > but don't do this unless You know what You are doing." > > > > DJGPP 2.02 provides correct exceptions handling also without > additional object file crtf.o (which were needed with DJGPP 2.01 to > initialize exceptions handling) which was reason why there were > need to do such things earlier. So with DJGPP 2.02 You can omit > these operations. > OK, but now what about the files which are provided by gcc-2.8.1 in %DJDIR/lib/gcc-lib/djgpp/2.81 ? Should I leave them untouched, should I remove them since the ones that come with DJGPP-2.02 are correct ? Does have gcc a directory list order in which to search for those files ? (i.e., first look at %DJDIR/lib and then if nothing is found at %DJDIR/lib/gcc-lib/djgpp/2.81 ? Olivier.