Hide Forgot
Description of problem: After updating to the gcc-4.6.2-1 and gcc-c++-4.6.2.-1 I get the following whenever g++ is used: g++: error: /usr/lib/gcc/x86_64-redhat-linux/4.6.1/../../../../lib64/crti.o: No such file or directory g++: error: /usr/lib/gcc/x86_64-redhat-linux/4.6.1/crtbeginS.o: No such file or directory g++: error: /usr/lib/gcc/x86_64-redhat-linux/4.6.1/crtendS.o: No such file or directory g++: error: /usr/lib/gcc/x86_64-redhat-linux/4.6.1/../../../../lib64/crtn.o: No such file or directory I imagine something either wasn't compiled correctly, or there is a setting somewhere that is pointing thing to the wrong directory! Version-Release number of selected component (if applicable): gcc-4.6.2-1.fc16.x86_64 libgcc-4.6.2-1.fc16.x86_64 gcc-c++-4.6.2-1.fc16.x86_64
Are you sure you have gcc-g++-4.6.2-1.fc16 installed and that g++ is /usr/bin/g++? That binary definitely doesn't have the 4.6.1 string anywhere, wouldn't be looking for anything in /usr/lib/gcc/x86_64-redhat-linux/4.6.1 based paths but /usr/lib/gcc/x86_64-redhat-linux/4.6.2 based ones.
# which g++ /usr/bin/g++ # rpm -q gcc-c++ gcc-c++-4.6.2-1.fc16.x86_64 I just removed it and I am going to try and reinstall it. See if something went south in the upgrade.
It appears it may have been something strange in the configure script in question. I did a clean restart of the code base and it seems to be working. I am sorry for the false report.
Closing This bug. Thanks for reporting. -- Fedora Bugzappers volunteer triage team https://fedoraproject.org/wiki/BugZappers