Code: Select all
CFLAGS="-O2 -pipe -mcpu=970 -mtarget=970 -maltivec -mabi=altivec" Code: Select all
emerge --emptytree system 
works for me too, thank youtoddles13 wrote:thenCode: Select all
binutils-config --amd64Code: Select all
source /etc/profile

Code: Select all
rm -f /usr/lib32
ln -s ../../emul/linux/x86/usr/lib /usr/lib32
FEATURES=-sandbox emerge gccCode: Select all
rm -rf /usr/i686-pc-linux-gnu/bin/*
for file in /usr/i686-pc-linux-gnu/binutils-bin/2.16.1/*; do ln -s $file /usr/i686-pc-linux-gnu/bin/; doneCode: Select all
binutils-config i686-pc-linux-gnu-2.16.1
source /etc/profile
I failed to notice after the binutil upgrage that it failed to switch profiles. your tip seems to fix issuesDr_Smack wrote:I can verify that after installing binutils-2.16.1, my binutils profile was not updated to point to 2.16.1. It remained pointing to 2.16. Simply using binutils-config to change it and running source /etc/profile fixed everything as mentioned above.
No, I have changed gcc several times and never had any real trouble. However, I have never been able to gat an ATI gx card to work - and I've spent days trying.Lamp5 wrote: Do we agree that gcc upgrading is the trickiest quirk in the whole gentoo universe? ,
Worked for me too... amost, I did atoddles13 wrote:Don't know if this is your problem but it fixed mine by doing the following (this was after the upgrade to 2005.0)
Once you have gone through all the other suggestions in previous post then try this:
thenCode: Select all
binutils-config --amd64
Code: Select all
source /etc/profile
Code: Select all
binutils-config 1Code: Select all
root@ubuntu:/usr/mp3blaster-3.2.0# ./configure
loading cache ./config.cache
checking for a BSD compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking whether make sets ${MAKE}... yes
checking for working aclocal-1.4... missing
checking for working autoconf... found
checking for working automake-1.4... missing
checking for working autoheader... found
checking for working makeinfo... missing
checking for gcc... gcc
checking whether the C compiler (gcc ) works... yes
checking whether the C compiler (gcc ) is a cross-compiler... no
checking whether we are using GNU C... yes
checking whether gcc accepts -g... yes
checking for c++... no
checking for g++... no
checking for gcc... gcc
checking whether the C++ compiler (gcc ) works... no
configure: error: installation or configuration problem: C++ compiler cannot create executables.