Kernel and compiler version?

2005-07-21 Thread Ishwar Rattan
I just installed kernel-image-2.6.11-1 from ftp.debian.org. Is there way to find out what version of gcc it was compiled with? 'uname -a' does not tell the gcc info. -ishwar -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Re: Kernel and compiler version?

2005-07-21 Thread strawks
Hi, On Thu, 2005-07-21 at 11:29 -0400, Ishwar Rattan wrote: Is there way to find out what version of gcc it was compiled with? 'uname -a' does not tell the gcc info. you can find it in /proc/version -- strawks [EMAIL PROTECTED] signature.asc Description: This is a digitally signed message

Re: Kernel and compiler version?

2005-07-21 Thread Mike Applebaum
Ishwar Rattan wrote: I just installed kernel-image-2.6.11-1 from ftp.debian.org. Is there way to find out what version of gcc it was compiled with? 'uname -a' does not tell the gcc info. -ishwar cat /proc/version -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of

Re: Kernel and compiler version?

2005-07-21 Thread Andrew Nelson
Ishwar Rattan wrote: snip/ Is there way to find out what version of gcc it was compiled with? 'uname -a' does not tell the gcc info. There is probably a better way but this works. dmesg | head -1 //andy snip/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe.

Re: Kernel and compiler version?

2005-07-21 Thread Roberto C. Sanchez
On Thu, Jul 21, 2005 at 11:10:21AM -0500, Andrew Nelson wrote: Ishwar Rattan wrote: snip/ Is there way to find out what version of gcc it was compiled with? 'uname -a' does not tell the gcc info. There is probably a better way but this works. dmesg | head -1 That hardly works if