Gentoo Archives: gentoo-user

From: Helmut Jarausch <jarausch@××××××××××××××××.de>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Re: Should I re-emerge after switching to new gcc profile?
Date: Fri, 22 Jun 2012 08:35:18
Message-Id: 1340354024.32323.2@numa-i
In Reply to: [gentoo-user] Re: Should I re-emerge after switching to new gcc profile? by walt
1 On 06/21/2012 09:44:28 PM, walt wrote:
2 > On 06/21/2012 08:40 AM, Ezequiel Garcia wrote:
3 > > Now, the question is:
4 > > Do I need to re-emerge something due to having new gcc?
5 > > I'm pretty sure not, but just wanted to ask.
6 >
7 > Technically, you should re-emerge c++ apps because you are
8 > now using a newer version of libstc++. IRL I suspect that
9 > nobody bothers to do that, but it's nice to know in case
10 > something c++ starts misbehaving right after updating gcc.
11
12 I have never had any problems with C++ applications.
13 What definitely doesn't work, is to compile a C++ application
14 with a newer compiler and try to run it on an old system, i.e. a system
15 where the newer libstdc++ is not installed.
16
17 Helmut.