Re: [gentoo-user] gcc version used for build?

2006-01-29 Thread Nick Rout
On Fri, 27 Jan 2006 12:09:55 -0500 Michael A. Smith wrote: gcc -v tells you what programs are invoked by gcc. gcc being a collection of compilers, this can differ quite a bit depending on your configuration. No it doesn't, it tells you how gcc was configured when it was compiled, as can be

[gentoo-user] gcc version used for build?

2006-01-27 Thread Ernie Schroder
I used to know this but I can't find info today. How do I tell which version of gcc was used to compile my kernel? -- Regards, Ernie -- gentoo-user@gentoo.org mailing list

Re: [gentoo-user] gcc version used for build?

2006-01-27 Thread Ernie Schroder
On Friday 27 January 2006 10:41, a tiny voice compelled Phil Sexton to write: Ernie Schroder wrote: I used to know this but I can't find info today. How do I tell which version of gcc was used to compile my kernel? This should do it: gcc -v Maybe I wasn't clear enough Phil, I suspected

Re: [gentoo-user] gcc version used for build?

2006-01-27 Thread Phil Sexton
Ernie Schroder wrote: I used to know this but I can't find info today. How do I tell which version of gcc was used to compile my kernel? This should do it: gcc -v -- Phil My Home Page: http://fancypiper.info Our 2nd CD: http://www.cdbaby.com/naomisfancy Naomi's Fancy performances:

Re: [gentoo-user] gcc version used for build?

2006-01-27 Thread Phil Sexton
Ernie Schroder wrote: On Friday 27 January 2006 10:41, a tiny voice compelled Phil Sexton to write: Ernie Schroder wrote: I used to know this but I can't find info today. How do I tell which version of gcc was used to compile my kernel? This should do it: gcc -v Maybe I wasn't clear

Re: [gentoo-user] gcc version used for build?

2006-01-27 Thread Michael A. Smith
Phil Sexton wrote: Could someone expound on these 3 commands? I don't really understand the man and info pages on these. gcc -v gcc --version (I thought the previous two were the same.) cat /proc/version gcc -v tells you what programs are invoked by gcc. gcc being a collection of

Re: [gentoo-user] gcc version used for build?

2006-01-27 Thread Rafael Fernández López
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Phil Sexton wrote: Ernie Schroder wrote: On Friday 27 January 2006 10:41, a tiny voice compelled Phil Sexton to write: Ernie Schroder wrote: I used to know this but I can't find info today. How do I tell which version of gcc was used to

Re: [gentoo-user] gcc version used for build?

2006-01-27 Thread Ernie Schroder
On Friday 27 January 2006 13:23, a tiny voice compelled Rafael Fernández López to write: Phil Sexton wrote: Ernie Schroder wrote: On Friday 27 January 2006 10:41, a tiny voice compelled Phil Sexton to write: Ernie Schroder wrote: I used to know this but I can't find info today. How