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.54) id 1FQRQA-00040o-FS for garchives@archives.gentoo.org; Mon, 03 Apr 2006 15:56:50 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.13.6/8.13.5) with SMTP id k33FtmLQ010008; Mon, 3 Apr 2006 15:55:48 GMT Received: from newton.gmurray.org.uk (newton.gmurray.org.uk [81.2.114.237]) by robin.gentoo.org (8.13.6/8.13.5) with ESMTP id k33Fk2Ip000055 for ; Mon, 3 Apr 2006 15:46:03 GMT Received-SPF: pass (newton.gmurray.org.uk: domain of graham@gmurray.org.uk designates 127.0.0.1 as permitted sender) receiver=newton.gmurray.org.uk; client-ip=127.0.0.1; helo=newton.gmurray.org.uk; envelope-from=graham@gmurray.org.uk; x-software=spfmilter 0.97 http://www.acme.com/software/spfmilter/ with libspf2-1.0.0; Received: from newton.gmurray.org.uk (graham@localhost [127.0.0.1]) by newton.gmurray.org.uk (8.13.6/8.13.6) with ESMTP id k33Fk2PX006391 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Mon, 3 Apr 2006 16:46:02 +0100 X-DKIM: Sendmail DKIM Filter v0.3.1 newton.gmurray.org.uk k33Fk2PX006391 DKIM-Signature: a=rsa-sha1; c=relaxed/simple; d=gmurray.org.uk; s=in200507; t=1144079162; h=Received:X-Authentication-Warning:From:To:Subject: References:X-Hashcash:Date:In-Reply-To:Message-ID:User-Agent: MIME-Version:Content-Type; b=WolwHemWuw3iBjnyvV2zgXjJuVYlL/4PJUs+OH Jhs6HT5CTdqC/00Hh/7j8Vwu+AdXuSR15N/k6zSFgjRXu10A== Received: (from graham@localhost) by newton.gmurray.org.uk (8.13.6/8.13.6/Submit) id k33Fk1Kx006390; Mon, 3 Apr 2006 16:46:01 +0100 X-Authentication-Warning: newton.gmurray.org.uk: graham set sender to graham@gmurray.org.uk using -f From: Graham Murray To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] gcc question References: <7573e9640604012012p5c15644n56ae12d861f765e4@mail.gmail.com> <7573e9640604030808x1d203b5ai55a3960078e2f4e6@mail.gmail.com> X-Hashcash: 1:22:060403:gentoo-user@lists.gentoo.org::YmfQg0EkRnxfCYES:000000000000000000000000000000000JROn Date: Mon, 03 Apr 2006 16:46:01 +0100 In-Reply-To: <7573e9640604030808x1d203b5ai55a3960078e2f4e6@mail.gmail.com> (Richard Fish's message of "Mon, 3 Apr 2006 08:08:17 -0700") Message-ID: <87bqvi8xxi.fsf@newton.gmurray.org.uk> User-Agent: Gnus/5.110004 (No Gnus v0.4) Emacs/22.0.50 (gnu/linux) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Archives-Salt: 3393b901-ae02-49c3-b9ba-03ba20143c87 X-Archives-Hash: 6dcf8ff9d1fd822a68f10bff00164515 "Richard Fish" writes: > The problem is the libstdc++ library. If you don't at least do the > revdep-rebuild, you could end up with some things that are linked > against both libstdc++.so.6 and libstdc++.so.5, and they will crash > miserably. On a system with gcc >= 3.4, opera is linked against both libstdc++.so.5 (from the distributed binary) and libstdc++.so.6 (from natively compiled libraries) but this does not seem to prevent it from running. -- gentoo-user@gentoo.org mailing list