Gentoo Archives: gentoo-user

From: walt <w41ter@×××××.com>
To: gentoo-user@l.g.o
Subject: [gentoo-user] Re: GCC gone bad! Help!
Date: Thu, 19 Nov 2009 21:08:33
Message-Id: he4c2k$1dm$1@ger.gmane.org
In Reply to: [gentoo-user] GCC gone bad! Help! by Michael Sullivan
1 On 11/19/2009 10:51 AM, Michael Sullivan wrote:
2 > ...
3 > Checking gcc-config returns this:
4 > carter sys-devel # gcc-config -l
5 > * gcc-config: Active gcc profile is invalid!
6 > [1] i686-pc-linux-gnu-4.3.4
7
8 gcc-config manipulates the contents of /etc/env.d/gcc
9
10 $ls -la /etc/env.d/gcc
11 total 24
12 drwxr-xr-x 2 root root 4096 2009-11-14 08:19 .
13 drwxr-xr-x 5 root root 4096 2009-11-15 05:20 ..
14 -rw-r--r-- 1 root root 32 2009-11-14 08:19 config-i686-pc-linux-gnu
15 -rw-r--r-- 1 root root 235 2009-01-29 12:33 i686-pc-linux-gnu-4.1.2
16 -rw-r--r-- 1 root root 235 2009-07-04 09:02 i686-pc-linux-gnu-4.3.2
17 -rw-r--r-- 1 root root 235 2009-10-17 11:28 i686-pc-linux-gnu-4.3.4
18 lrwxrwxrwx 1 root root 23 2009-11-14 08:19 .NATIVE -> i686-pc-linux-gnu-4.3.4
19
20 What do you have there?