Message-Id: <199810291403.QAA34286@ieva06.lanet.lv> From: "Andris Pavenis" To: Olivier Perron Date: Thu, 29 Oct 1998 16:03:19 +0200 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: Re: DJGPP 2.02 Beta 981027 CC: djgpp AT delorie DOT com References: <199810291328 DOT PAA47342 AT ieva06 DOT lanet DOT lv> In-reply-to: X-mailer: Pegasus Mail for Win32 (v3.01b) Reply-To: djgpp AT delorie DOT com Date sent: Thu, 29 Oct 1998 14:47:07 +0100 (MET) From: Olivier Perron Subject: Re: DJGPP 2.02 Beta 981027 > > > 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 ? > You can check which one is being used in following way gcc -v Outputs actually used specs file gcc -print-file-name=specs gcc -print-file-name=djgpp.djl I think correct place for specs and djgpp.djl is %DJDIR%/lib/gcc-lib/djgpp/(version) as these files depends on gcc version. Andris