Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 166870

Summary: no more /usr/lib/libstdc++.so.6 after gcc-4.1.2 upgrade
Product: Gentoo Linux Reporter: Matteo Azzali (RETIRED) <mattepiu>
Component: [OLD] Core systemAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED INVALID    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Matteo Azzali (RETIRED) gentoo-dev 2007-02-14 17:57:15 UTC
I just upgraded from 4.1.1-r1 to 4.1.2 and I noticed that I had no more
/usr/lib/libstdc++.so.6 link , precompiled binaries stopped working.

Manually linking with :
ln -s /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6 /usr/lib/libstdc++.so.6 
Fixed but this is not what should be.....

~x86 arch, do you need 'emerge --info'?

Reproducible: Always
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2007-02-14 18:26:25 UTC
You are not supposed to have any link in /usr/lib; that's the whole point of LDPATH in /etc/env.d/gcc/${CHOST}-<gcc-version>. You can run gcc-config -L to check this for your current profile.

Remove the symlink and run env-update; source /etc/profile.