From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org) by nuthatch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1FviEN-0004YK-N5 for garchives@archives.gentoo.org; Wed, 28 Jun 2006 22:09:56 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.13.7/8.13.6) with SMTP id k5SLxUUC016390; Wed, 28 Jun 2006 21:59:30 GMT Received: from exeter.monstertech.ca (zz194029.cipherkey.net [209.53.194.29]) by robin.gentoo.org (8.13.7/8.13.6) with ESMTP id k5SLUXg1024031 for ; Wed, 28 Jun 2006 21:30:33 GMT Received: from [10.180.16.38] (blip4sdy8ja.bc.hsia.telus.net [216.232.118.42] (may be forged)) (authenticated bits=0) by exeter.monstertech.ca (8.12.11/8.12.11) with ESMTP id k5SLUTiV011486 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Wed, 28 Jun 2006 14:30:30 -0700 Message-ID: <44A2F4F5.4050100@monstertech.ca> Date: Wed, 28 Jun 2006 14:30:29 -0700 From: Darren Grant User-Agent: Thunderbird 1.5.0.4 (Windows/20060516) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] Upgrading from gcc-3.4.5 to gcc-3.4.6-r1 References: <44A17B4B.5010605@monstertech.ca> <200606282018.04837.benno.schulenberg@gmail.com> <44A2D01A.5020104@monstertech.ca> <200606282111.05620.benno.schulenberg@gmail.com> <44A2E9E0.3000708@monstertech.ca> In-Reply-To: <44A2E9E0.3000708@monstertech.ca> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Archives-Salt: 9bf15433-f583-4dca-a09a-8edd7d4d21b0 X-Archives-Hash: 26460739fb7dcff67f7b80e96985fc2f 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