From: Martin Stromberg Message-Id: <199811021033.LAA03038@mars.lu.erisoft.se> Subject: Re: specs file To: djgpp-workers AT delorie DOT com (DJGPP-WORKERS) Date: Mon, 2 Nov 1998 11:33:24 +0100 (MET) X-Mailer: ELM [version 2.4 PL24] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Reply-To: djgpp-workers AT delorie DOT com I'm not sure I understand what the problem is, but is it that lib/specs defines __DJGPP_MINOR et al. while gcc 2.8.* doesn't and instead uses lib/gcc-*/specs? One solution would be if lib/gcc-*/specs included lib/specs if there was such a feature. On the other hand if a program needs to know __DJGPP_MINOR and such, it really should include some header (version.h?) for that. If it's the library headers that needs __DJGPP_MINOR then those headers should include that header (version.h?). Sorry if my suggestions is totally in the blue along the clouds, as I'm not sure what the problem is. Right, MartinS