Date: Sun, 5 Apr 1998 20:11:21 +0300 (IDT) From: Eli Zaretskii To: Michael Mauch cc: djgpp AT delorie DOT com, Robert Hoehne Subject: Re: Info Zip unzip-5.32 does not compile with DJGPP/gcc-2.8.0 In-Reply-To: <199804051604.SAA21986@crimson.ihg.uni-duisburg.de> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk On Sun, 5 Apr 1998, Michael Mauch wrote: > > How about copying the DJGPP-standard specs file into the directory where > > 2.8.0 expects it to be? > > Yes, that solves the problem. The specs file should be moved from > %DJDIR%/lib to %DJDIR%/lib/gcc-lib/djgpp/2.80, so gcc can find it. I would also suggest to compare the built-in specs with the one which comes with djdev, in case GCC 2.8.0 needs some special new settings there. ("strings gcc.exe" should be enough to see what's in the internal specs file.) > I guess this should be mentioned in the readme.djg file that comes with > gcc280b.zip. At present, the text suggests that the specs file should > still reside in the lib/ directory ("Here is now a possible line > from the spec file in your lib/ directory:"). Robert, how would you suggest to solve this best?