Gentoo Archives: gentoo-user

From: Paul Hartman <paul.hartman+gentoo@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Should I re-emerge after switching to new gcc profile?
Date: Thu, 21 Jun 2012 15:53:53
Message-Id: CAEH5T2PQH54Pd+_ZNe0c+kou0kbM1g+Xj_hKe4O7p1HDZ3mt3A@mail.gmail.com
In Reply to: [gentoo-user] Should I re-emerge after switching to new gcc profile? by Ezequiel Garcia
1 On Thu, Jun 21, 2012 at 10:40 AM, Ezequiel Garcia <elezegarcia@×××××.com> wrote:
2 > Hi folks,
3 >
4 > I had rough times upgrading my gcc. Finally, I did this:
5 >
6 > 1. Upgrade gcc in a chroot
7 > 2. Use quickpkg gcc to create binary package (inside chroot)
8 > 3. Use emerge -K  to install the created package
9 >
10 > I read it here: http://forums.gentoo.org/viewtopic-t-782003-start-0.html.
11 >
12 > I must say WOW, gentoo continues to amaze me.
13 >
14 > Now, the question is:
15 > Do I need to re-emerge something due to having new gcc?
16 > I'm pretty sure not, but just wanted to ask.
17 >
18 > (Sorry for being so slow: I learn Basic as my first language
19 > and Dijkstra says I'm mentally mutilated [1])
20 >
21 > Thanks,
22 > Ezequiel.
23 >
24 > [1] http://www.cs.virginia.edu/~evans/cs655/readings/ewd498.html
25 >
26
27 Hi,
28
29 After upgrading GCC this is what I do:
30
31 Use gcc-config to set new version active
32 source /etc/profile
33 emerge --oneshot libtool
34
35 Usually that's all that is required.

Replies

Subject Author
Re: [gentoo-user] Should I re-emerge after switching to new gcc profile? Ezequiel Garcia <elezegarcia@×××××.com>