Gentoo Archives: gentoo-user

From: Darren Grant <dgrant@×××××××××××.ca>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Upgrading from gcc-3.4.5 to gcc-3.4.6-r1
Date: Wed, 28 Jun 2006 20:55:55
Message-Id: 44A2E9E0.3000708@monstertech.ca
In Reply to: Re: [gentoo-user] Upgrading from gcc-3.4.5 to gcc-3.4.6-r1 by Benno Schulenberg
1 Benno Schulenberg wrote:
2 > Darren Grant wrote:
3 >
4 >> # gcc-config 1
5 >>
6 >> * Switching native-compiler to x86_64-pc-linux-gnu-3.4.5
7 >> ... [ ok ]
8 >> # env | grep 'GCC_SPECS='
9 >>
10 >> ...nothing.
11 >>
12 >
13 > Log back in first. Environment is set when bash starts.
14 >
15 > Benno
16 >
17 Ok... logged out and back in...
18
19 env | grep 'GCC' ... returns nothing.
20
21 env | grep 'gcc'
22 MANPATH=/usr/local/share/man:/usr/share/man:/usr/share/binutils-data/x86_64-pc-linux-gnu/2.16.1/man:/usr/share/gcc-data/x86_64-pc-linux-gnu/3.4.5/man
23 PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/opt/bin:/usr/x86_64-pc-linux-gnu/gcc-bin/3.4.5
24 INFOPATH=/usr/share/info:/usr/share/binutils-data/x86_64-pc-linux-gnu/2.16.1/info:/usr/share/gcc-data/x86_64-pc-linux-gnu/3.4.5/info
25
26 grep GCC_SPECS /etc/env.d/* /etc/profile* ~/.bash* ~/.profile*
27 /etc/env.d/05gcc:GCC_SPECS=""
28 /etc/profile.csh:setenv GCC_SPECS=''
29 /etc/profile.env:export GCC_SPECS=''
30 /root/.bash_history:unset GCC_SPECS && emerge --oneshot glibc
31 /root/.bash_history:grep GCC_SPECS /etc/env.d/* /etc/profile* ~/.bash*
32 ~/.profile*
33 /root/.bash_history:grep GCC_SPECS /etc/env.d/* /etc/profile* ~/.bash*
34 ~/.profile*
35 /root/.bash_history:grep GCC_SPECS /etc/env.d/* /etc/profile* ~/.bash*
36 ~/.profile*
37 /root/.bash_history:env | grep 'GCC_SPECS'
38 /root/.bash_history:env | grep 'GCC_SPECS='
39 grep: /root/.profile*: No such file or directory
40
41 --
42 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] Upgrading from gcc-3.4.5 to gcc-3.4.6-r1 Darren Grant <dgrant@×××××××××××.ca>