Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 7239 - gcc 3.2 needs libstdc++-v3 for certain programs
Summary: gcc 3.2 needs libstdc++-v3 for certain programs
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High major (vote)
Assignee: Brandon Low (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-08-29 19:27 UTC by Mark
Modified: 2003-02-04 19:42 UTC (History)
2 users (show)

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 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.