Mail Archives: djgpp-workers/1998/12/07/09:50:59
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.
- Raw text -