Re: 5000 emails later, compressed summary ;)

Alex Buell (alex.buell@tahallah.demon.co.uk)
Wed, 03 Jun 1998 14:42:19 +0000


Jakub Jelinek wrote:

> #if __GNUC__ < 2 || (__GNUC__ == 2 && __GNUC_MINOR__ < 6)
> #error sorry, your GCC is too old. It builds incorrect kernels.
> +#elif __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ > 7)
> +#error sorry, your GCC is too new. 2.0.x kernels should be compiled with GCC 2.7.2.x
> #endif

What about obtaining the rest of the version string? i.e 2.7.2.3? How
does one do that, apart from using a script with gcc -v?

Cheers,
Alex.

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu