Gentoo Archives: gentoo-user

From: James Ausmus <james.ausmus@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] GCC gone bad! Help!
Date: Thu, 19 Nov 2009 20:22:18
Message-Id: b79f23070911191221o56b2ac39g7ced8d49fefde409@mail.gmail.com
In Reply to: Re: [gentoo-user] GCC gone bad! Help! by Michael Sullivan
1 On Thu, Nov 19, 2009 at 11:44 AM, Michael Sullivan <msulli1355@×××××.com>wrote:
2 <snip>
3
4 > configure:2138: gcc --version >&5
5 > gcc-config: error: could not run/locate 'gcc'
6 >
7
8 There's your problem right there, Vern... ;)
9
10 Run gcc-config -l
11 Pick the gompuler that looks best (most likely #1), then run
12 gcc-config <compiler_number>
13 source /etc/profile
14
15 Then try running
16 gcc -v
17
18 If you get output that looks sane (ie. no "command not found" message), then
19 you should be good to go - try emerging again.
20
21 HTH-
22
23 James