Date: Mon, 6 Apr 1998 10:30:55 +0200 (WET) From: "Andris Pavenis (LU Astro.)" To: DJ Delorie cc: djgpp-workers AT delorie DOT com Subject: Re: Info Zip unzip-5.32 does not compile with DJGPP/gcc-2.8.0 In-Reply-To: <199804051149.HAA15899@delorie.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk On Sun, 5 Apr 1998, DJ Delorie wrote: > > > gcc2.8.0 doesn't define __DJGPP_MINOR_ anymore. > > This is BAD. A lot of code depended on __DJGPP_MINOR__ to work around > bugs in 2.00. > I also thought about whether I should include -D__DJGPP_MINOR__ in default specs of port of gcc-2.8.1. There is some possible ways: - include it in default specs and replacement in %DJDIR/lib/gcc-lib/djgpp/2.81/specs or only in the latest one - maybe in 2.02 it would be better to define it in header files of DJGPP instead of doing this in specs of gcc. Definition in specs file could then be temporary cure for this problem. Perhaps it is not very good to have to rebuild gcc after djdev202 will be released. I'm going to include specs file and also djgpp.djl into binary archive of gcc-2.8.1 to include Roberts fixes for exceptions handling. Perhaps I would be able to upload archives to delorie.com rather soon Andris Pavenis