Date: Mon, 7 Dec 1998 16:44:53 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: Tom St Denis cc: Andris Pavenis , djgpp-workers AT delorie DOT com Subject: Re: djgpp 2.02 zips - please test In-Reply-To: <28960101.4.13902@mx1-11.onmedia.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp-workers AT delorie DOT com On Mon, 7 Dec 1998, Tom St Denis wrote: > To get version numbers, why not make GCC (or CC1 to be precise) > predefine a DJGPP_MINOR value? This cannot be done because GCC and libc are developed independently. You don't want to be forced to upload a new gccNNNb.zip just because a new release of djdev is out. > That's what Turbo C does and it works ok. Turbo C comes together with its libraries, that's why it works. In contrast, GCC itself has no relation to any particular set of libraries. In fact, on Unix many people use GCC with the library supplied with the native C compiler.