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

Bug 7239

Summary: gcc 3.2 needs libstdc++-v3 for certain programs
Product: Gentoo Linux Reporter: Mark <zealot>
Component: New packagesAssignee: Brandon Low (RETIRED) <lostlogic>
Status: RESOLVED INVALID    
Severity: major CC: kde, mkennedy
Priority: High    
Version: 1.3   
Hardware: x86   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Mark 2002-08-29 19:27:26 UTC
http://gcc.gnu.org/libstdc++/ might be a reference; gcc 3.2 doesn't contain this
library (or there is no ebuild for it), which breaks things like kdeaddons.
Comment 1 Matthew Kennedy (RETIRED) gentoo-dev 2002-09-02 18:24:59 UTC
afaik, libstdc++ is built when you build gcc. If things are breaking because of
missing libstdc++ at link time, it more than likely because you updated to a
later gcc and haven't re-emerged all things dependent on it. 
Comment 2 Brandon Low (RETIRED) gentoo-dev 2002-09-02 21:37:52 UTC
gcc-3.2 has libstdc++ included all GCCs after gcc-3.0 have it.