From mboxrd@z Thu Jan  1 00:00:00 1970
Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org)
	by nuthatch.gentoo.org with esmtp (Exim 4.60)
	(envelope-from <gentoo-user+bounces-45567-garchives=archives.gentoo.org@gentoo.org>)
	id 1FxvWj-0007Xs-8D
	for garchives@archives.gentoo.org; Wed, 05 Jul 2006 00:46:01 +0000
Received: from robin.gentoo.org (localhost [127.0.0.1])
	by robin.gentoo.org (8.13.7/8.13.6) with SMTP id k650hgxe015778;
	Wed, 5 Jul 2006 00:43:42 GMT
Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.172])
	by robin.gentoo.org (8.13.7/8.13.6) with ESMTP id k650aUxq028838
	for <gentoo-user@lists.gentoo.org>; Wed, 5 Jul 2006 00:36:30 GMT
Received: by ug-out-1314.google.com with SMTP id j40so1880348ugd
        for <gentoo-user@lists.gentoo.org>; Tue, 04 Jul 2006 17:36:29 -0700 (PDT)
DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws;
        s=beta; d=gmail.com;
        h=received:message-id:date:from:sender:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth;
        b=LkS1kAVg8wHAGeFLgC3pHAwKW1ijxCKQ0HTAbwzKAuHRbuOSFtCnwvUPhfF/QhnouRcr+L+Vt2c/+qr+eotCMTp7w7vKEDtPdqg8DiCvQ0fjcHVY6VWcMwFJCPrDVBNd6KZyzIlAtGHhG6ptfwU47SnPIyevfmtY/4wURxJyoXk=
Received: by 10.78.139.5 with SMTP id m5mr2980350hud;
        Tue, 04 Jul 2006 17:36:29 -0700 (PDT)
Received: by 10.78.20.11 with HTTP; Tue, 4 Jul 2006 17:36:29 -0700 (PDT)
Message-ID: <7573e9640607041736w2d7953c8i5733c7af47444042@mail.gmail.com>
Date: Tue, 4 Jul 2006 17:36:29 -0700
From: "Richard Fish" <bigfish@asmallpond.org>
Sender: richard.j.fish@gmail.com
To: gentoo-user@lists.gentoo.org
Subject: Re: [gentoo-user] Problem emerging kdebase
In-Reply-To: <200607041958.23862.gentoo.org@machturtle.com>
Precedence: bulk
List-Post: <mailto:gentoo-user@lists.gentoo.org>
List-Help: <mailto:gentoo-user+help@gentoo.org>
List-Unsubscribe: <mailto:gentoo-user+unsubscribe@gentoo.org>
List-Subscribe: <mailto:gentoo-user+subscribe@gentoo.org>
List-Id: Gentoo Linux mail <gentoo-user.gentoo.org>
X-BeenThere: gentoo-user@gentoo.org
Reply-to: gentoo-user@lists.gentoo.org
MIME-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
References: <200606232020.42589.gentoo.org@machturtle.com>
	 <7573e9640606240945o763c51edx8718800231805885@mail.gmail.com>
	 <200607011710.02080.gentoo.org@machturtle.com>
	 <200607041958.23862.gentoo.org@machturtle.com>
X-Google-Sender-Auth: 70decc993106a431
X-Archives-Salt: 9c128e04-2a61-47cf-aa60-4ed938a112e4
X-Archives-Hash: 7bf561b04c115dc92c9840c67b997f91

On 7/4/06, David Corbin <gentoo.org@machturtle.com> wrote:
> Looking closer, my original copy of the error wasn't very complete.  There are
> screenfuls of undefined references to various std:: symbols.  Clearly my C++
> library is messed up.  How do I fix it?

Can you post some of that output?  In particular, look for things
about missing "libstdc++.so.6".  It might be just that you need to run
fix_libtool_files.sh.

If you truly think you have a broken C++ library, which is installed
as part of gcc, I would suggest:

1. emerge --oneshot gcc
2. Use gcc-config to select the correct/current compiler
3. revdep-rebuild --library=libstdc++.so.6

The 3rd command will rebuild all programs and libraries that use C++
on your system.  The first 2 are mostly to make sure you have a usable
C++

-Richard
-- 
gentoo-user@gentoo.org mailing list