Gentoo Archives: gentoo-user

From: Richard Fish <bigfish@××××××××××.org>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Problem emerging kdebase
Date: Wed, 05 Jul 2006 00:46:01
Message-Id: 7573e9640607041736w2d7953c8i5733c7af47444042@mail.gmail.com
In Reply to: Re: [gentoo-user] Problem emerging kdebase by David Corbin
1 On 7/4/06, David Corbin <gentoo.org@××××××××××.com> wrote:
2 > Looking closer, my original copy of the error wasn't very complete. There are
3 > screenfuls of undefined references to various std:: symbols. Clearly my C++
4 > library is messed up. How do I fix it?
5
6 Can you post some of that output? In particular, look for things
7 about missing "libstdc++.so.6". It might be just that you need to run
8 fix_libtool_files.sh.
9
10 If you truly think you have a broken C++ library, which is installed
11 as part of gcc, I would suggest:
12
13 1. emerge --oneshot gcc
14 2. Use gcc-config to select the correct/current compiler
15 3. revdep-rebuild --library=libstdc++.so.6
16
17 The 3rd command will rebuild all programs and libraries that use C++
18 on your system. The first 2 are mostly to make sure you have a usable
19 C++
20
21 -Richard
22 --
23 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] Problem emerging kdebase David Corbin <gentoo.org@××××××××××.com>