Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 166870 - no more /usr/lib/libstdc++.so.6 after gcc-4.1.2 upgrade
Summary: no more /usr/lib/libstdc++.so.6 after gcc-4.1.2 upgrade
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-02-14 17:57 UTC by Matteo Azzali (RETIRED)
Modified: 2007-02-14 18:26 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.