Gentoo Archives: gentoo-user

From: KH <gentoo-user@××××××××××××××××.de>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Upgrading GCC (just to be sure)...
Date: Tue, 31 Mar 2009 13:02:29
Message-Id: 49D21462.3020106@konstantinhansen.de
In Reply to: Re: [gentoo-user] Upgrading GCC (just to be sure)... by "Maximilian Bräutigam"
1 Maximilian Bräutigam schrieb:
2 > Hi all,
3 >
4 > it was said before:
5 >
6 >> You don't need to follow this guide. Just emerge and you'll be fine.
7 >>
8 >
9 > I would expect, that this is not the whole purpose. For example if I use
10 > "eix gcc", I get two installed versions: 4.1.2 and 4.3.2-r3
11 >
12 > "gcc -v" returns "gcc-Version 4.1.2 (Gentoo 4.1.2 p1.1)"
13 > "gcc-config -c" returns "x86_64-pc-linux-gnu-4.1.2"
14 >
15 > So, obviously I am not using the new GCC compiler and being honest, I
16 > made half a year ago the mistake to deinstall gcc without upgrading. I
17 > configured a hole new system, because nothing worked anymore.
18 > Due to the mentioned problems my question is, do I have to configure
19 > # gcc-config x86_64-pc-linux-gnu-4.3.2
20 > ... or ...
21 > # gcc-config x86_64-pc-linux-gnu-4.3.2-r3
22 >
23 > kind regards,
24 > der Max
25 >
26 Hi
27 I would try to run gcc-config -l and than change acording to the list
28 you get. Than run -c again.
29 kh