Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 9595 - g++ linking problems
Summary: g++ linking problems
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] GCC Porting (show other bugs)
Hardware: x86 Linux
: High major (vote)
Assignee: Matthew Kennedy (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-10-24 02:38 UTC by Mikael Magnusson
Modified: 2003-02-04 19:42 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 Mikael Magnusson 2002-10-24 02:38:48 UTC
I have problems with g++ 3.2, i need to specify -lstdc++ explicitly when linking
programs, i really don't know why it doesn't do it... If i don't, i get all
kinds of linking errors against _gxx_personality_v1 and so on.
Comment 1 SpanKY gentoo-dev 2002-10-24 09:59:16 UTC
this is the way it should be ... 
the reason you didnt have to in 2.95.3 was that they werent as anal as they 
should have been with namespaces/library separation