This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: gcc 2.95.4


On Sat, Oct 13, 2001 at 01:22:01AM -0700, schaecsn wrote:
> Hi
> 
> The linux-2.4.12 Changes file mentions this "The recommended compiler
> for the kernel is gcc 2.95.3 or .4". 
> 
> Actually, the last 2.95 version on ftp.gnu.org is .3 and not .4.
> 
> where can I get .4? Isn't that an "offical" release?

The official release of 2.95.4 has not yet occurred.  However, it is
fairly common for system integrators to ship pre-release versions of
2.95.4 taken from our CVS tree.  These identify themselves like this:

$ gcc -v
Reading specs from /usr/lib/gcc-lib/i386-linux/2.95.4/specs
gcc version 2.95.4 20011006 (Debian prerelease)

This practice is safe, since we are conservative about changes applied
to the 2.95.x CVS branch, and the integrators presumably do their own
testing.

The advice you quote is meant to reassure users that it is okay to use
these pre-release versions to compile the Linux kernel.

zw


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]