Re: [gentoo-user] verifying GCC version program was compiled with

2009-04-05 Thread Alan McKinnon
On Sunday 05 April 2009 01:31:16 Joseph wrote: On 04/04/09 23:55, Alan McKinnon wrote: [snip] [1] http://www.gentoo.org/doc/en/gcc-upgrading.xml This is complete nonsense advice. There is absolutely no need to rebuild the entire system every time you upgrade compilers, and whoever told

Re: [gentoo-user] verifying GCC version program was compiled with

2009-04-05 Thread Alan McKinnon
On Sunday 05 April 2009 00:11:52 Daniel Pielmeier wrote: There are some special cases where the gcc devs break stuff at an ABI level between versions (usually related to C++ not to C). These are well known and heavily documented - the toolchain devs make sure of this. 3.3 to 3.4 was such a

[gentoo-user] verifying GCC version program was compiled with

2009-04-04 Thread Joseph
Is there a way to verify GCC version program was compiled with? I just want to check if all the programs were compiled with latest GCC version as I'm getting an errors at time to time. -- Joseph

Re: [gentoo-user] verifying GCC version program was compiled with

2009-04-04 Thread Daniel Pielmeier
Joseph schrieb am 04.04.2009 22:48: Is there a way to verify GCC version program was compiled with? I just want to check if all the programs were compiled with latest GCC version as I'm getting an errors at time to time. I don't think it is possible to get the compiler or it's version used for

Re: [gentoo-user] verifying GCC version program was compiled with

2009-04-04 Thread Alan McKinnon
On Saturday 04 April 2009 23:42:54 Daniel Pielmeier wrote: Joseph schrieb am 04.04.2009 22:48: Is there a way to verify GCC version program was compiled with? I just want to check if all the programs were compiled with latest GCC version as I'm getting an errors at time to time. I don't

Re: [gentoo-user] verifying GCC version program was compiled with

2009-04-04 Thread Daniel Pielmeier
Alan McKinnon schrieb am 04.04.2009 23:55: On Saturday 04 April 2009 23:42:54 Daniel Pielmeier wrote: Joseph schrieb am 04.04.2009 22:48: Is there a way to verify GCC version program was compiled with? I just want to check if all the programs were compiled with latest GCC version as I'm

Re: [gentoo-user] verifying GCC version program was compiled with

2009-04-04 Thread Joseph
On 04/04/09 23:55, Alan McKinnon wrote: [snip] [1] http://www.gentoo.org/doc/en/gcc-upgrading.xml This is complete nonsense advice. There is absolutely no need to rebuild the entire system every time you upgrade compilers, and whoever told you that is flat out wrong. If the gentoo docs told