Darren Grant wrote:
Benno Schulenberg wrote:
Darren Grant wrote:
# gcc-config 1

 * Switching native-compiler to x86_64-pc-linux-gnu-3.4.5
...             [ ok ]
# env | grep 'GCC_SPECS='

...nothing.

Log back in first.  Environment is set when bash starts.

Benno
Ok... logged out and back in...

env | grep 'GCC' ... returns nothing.

env | grep 'gcc'
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 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 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

grep GCC_SPECS /etc/env.d/* /etc/profile* ~/.bash* ~/.profile*
/etc/env.d/05gcc:GCC_SPECS=""
/etc/profile.csh:setenv GCC_SPECS=''
/etc/profile.env:export GCC_SPECS=''
/root/.bash_history:unset GCC_SPECS && emerge --oneshot glibc
/root/.bash_history:grep GCC_SPECS /etc/env.d/* /etc/profile* ~/.bash* ~/.profile* /root/.bash_history:grep GCC_SPECS /etc/env.d/* /etc/profile* ~/.bash* ~/.profile* /root/.bash_history:grep GCC_SPECS /etc/env.d/* /etc/profile* ~/.bash* ~/.profile*
/root/.bash_history:env | grep 'GCC_SPECS'
/root/.bash_history:env | grep 'GCC_SPECS='
grep: /root/.profile*: No such file or directory

Back in May I thought I was streamlining my make.conf file by changing from this...

CFLAGS="-mtune=k8 -O2 -pipe"
CFLAGS="-march=athlon64 -O2 -pipe"
MAKEOPTS="-j3"
CHOST="x86_64-pc-linux-gnu"
CXXFLAGS="${CFLAGS}"
USE="session unicode cli pcre xml zlib threads mpm-prefork mysql imap libwww maildir sasl ssl gnome gtk2 -kde -qt dvdr alsa cdr apache2 nvidia opengl"

to this...

CFLAGS="-march=athlon64 -mtune=k8 -O2 -pipe"
MAKEOPTS="-j3"
CHOST="x86_64-pc-linux-gnu"
CXXFLAGS="${CFLAGS}"
USE="nptl nptlonly session unicode cli pcre xml zlib threads mpm-prefork mysql imap libwww maildir sasl ssl gnome gtk2 -kde -qt dvdr alsa cdr apache2 nvidia opengl"

Any chance that's what's causing my gcc problems now?


--
gentoo-user@gentoo.org mailing list

Reply via email to