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 22:09:56
Message-Id: 44A2F4F5.4050100@monstertech.ca
In Reply to: Re: [gentoo-user] Upgrading from gcc-3.4.5 to gcc-3.4.6-r1 by Darren Grant
1 Darren Grant wrote:
2 > Benno Schulenberg wrote:
3 >> Darren Grant wrote:
4 >>
5 >>> # gcc-config 1
6 >>>
7 >>> * Switching native-compiler to x86_64-pc-linux-gnu-3.4.5
8 >>> ... [ ok ]
9 >>> # env | grep 'GCC_SPECS='
10 >>>
11 >>> ...nothing.
12 >>>
13 >>
14 >> Log back in first. Environment is set when bash starts.
15 >>
16 >> Benno
17 >>
18 > Ok... logged out and back in...
19 >
20 > env | grep 'GCC' ... returns nothing.
21 >
22 > env | grep 'gcc'
23 > 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
24 >
25 > 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
26 >
27 > 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
28 >
29 >
30 > grep GCC_SPECS /etc/env.d/* /etc/profile* ~/.bash* ~/.profile*
31 > /etc/env.d/05gcc:GCC_SPECS=""
32 > /etc/profile.csh:setenv GCC_SPECS=''
33 > /etc/profile.env:export GCC_SPECS=''
34 > /root/.bash_history:unset GCC_SPECS && emerge --oneshot glibc
35 > /root/.bash_history:grep GCC_SPECS /etc/env.d/* /etc/profile* ~/.bash*
36 > ~/.profile*
37 > /root/.bash_history:grep GCC_SPECS /etc/env.d/* /etc/profile* ~/.bash*
38 > ~/.profile*
39 > /root/.bash_history:grep GCC_SPECS /etc/env.d/* /etc/profile* ~/.bash*
40 > ~/.profile*
41 > /root/.bash_history:env | grep 'GCC_SPECS'
42 > /root/.bash_history:env | grep 'GCC_SPECS='
43 > grep: /root/.profile*: No such file or directory
44 >
45 Back in May I thought I was streamlining my make.conf file by changing
46 from this...
47
48 CFLAGS="-mtune=k8 -O2 -pipe"
49 CFLAGS="-march=athlon64 -O2 -pipe"
50 MAKEOPTS="-j3"
51 CHOST="x86_64-pc-linux-gnu"
52 CXXFLAGS="${CFLAGS}"
53 USE="session unicode cli pcre xml zlib threads mpm-prefork mysql imap
54 libwww maildir sasl ssl gnome gtk2 -kde -qt dvdr alsa cdr apache2 nvidia
55 opengl"
56
57 to this...
58
59 CFLAGS="-march=athlon64 -mtune=k8 -O2 -pipe"
60 MAKEOPTS="-j3"
61 CHOST="x86_64-pc-linux-gnu"
62 CXXFLAGS="${CFLAGS}"
63 USE="nptl nptlonly session unicode cli pcre xml zlib threads mpm-prefork
64 mysql imap libwww maildir sasl ssl gnome gtk2 -kde -qt dvdr alsa cdr
65 apache2 nvidia opengl"
66
67 Any chance that's what's causing my gcc problems now?
68
69
70 --
71 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] Upgrading from gcc-3.4.5 to gcc-3.4.6-r1 Benno Schulenberg <benno.schulenberg@×××××.com>
Re: [gentoo-user] Upgrading from gcc-3.4.5 to gcc-3.4.6-r1 Richard Fish <bigfish@××××××××××.org>