From mboxrd@z Thu Jan  1 00:00:00 1970
Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org)
	by finch.gentoo.org with esmtp (Exim 4.60)
	(envelope-from <gentoo-dev+bounces-48038-garchives=archives.gentoo.org@lists.gentoo.org>)
	id 1RCwuV-0007hF-AI
	for garchives@archives.gentoo.org; Sun, 09 Oct 2011 17:11:35 +0000
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id C1C7021C46B;
	Sun,  9 Oct 2011 17:11:16 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183])
	by pigeon.gentoo.org (Postfix) with ESMTP id 4CABF21C0B0
	for <gentoo-dev@lists.gentoo.org>; Sun,  9 Oct 2011 17:10:31 +0000 (UTC)
Received: from mail-vw0-f53.google.com (mail-vw0-f53.google.com [209.85.212.53])
	(using TLSv1 with cipher RC4-SHA (128/128 bits))
	(No client certificate requested)
	(Authenticated sender: mattst88)
	by smtp.gentoo.org (Postfix) with ESMTPSA id B2A1F1B4012
	for <gentoo-dev@lists.gentoo.org>; Sun,  9 Oct 2011 17:10:30 +0000 (UTC)
Received: by vws19 with SMTP id 19so7140006vws.40
        for <gentoo-dev@lists.gentoo.org>; Sun, 09 Oct 2011 10:10:28 -0700 (PDT)
Received: by 10.52.97.34 with SMTP id dx2mr10264364vdb.3.1318180228667; Sun,
 09 Oct 2011 10:10:28 -0700 (PDT)
Precedence: bulk
List-Post: <mailto:gentoo-dev@lists.gentoo.org>
List-Help: <mailto:gentoo-dev+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-dev+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-dev+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-dev.gentoo.org>
X-BeenThere: gentoo-dev@lists.gentoo.org
Reply-to: gentoo-dev@lists.gentoo.org
MIME-Version: 1.0
Received: by 10.52.188.136 with HTTP; Sun, 9 Oct 2011 10:10:08 -0700 (PDT)
In-Reply-To: <m3ipnyazro.fsf@jhcloos.com>
References: <20111008113307.GA13693@gentoo.org> <m3d3e7drbo.fsf@jhcloos.com>
 <CAEdQ38FXZH6GgU0o2HxfsUNp3s4PaJJQNM8M6a-P5D6HfP8P8A@mail.gmail.com> <m3ipnyazro.fsf@jhcloos.com>
From: Matt Turner <mattst88@gentoo.org>
Date: Sun, 9 Oct 2011 17:10:08 +0000
Message-ID: <CAEdQ38H7rmB3hgFZzWZ4Txb67Z+Ta41azYbC=2HDYEsNFKcc=g@mail.gmail.com>
Subject: Re: [gentoo-dev] GCC upgrades, FUD and gentoo documentation
To: gentoo-dev@lists.gentoo.org
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable
X-Archives-Salt: 
X-Archives-Hash: 4e3e8509be9eef4a107b63b15767b5a5

On Sun, Oct 9, 2011 at 4:35 PM, James Cloos <cloos@jhcloos.com> wrote:
>>>>>> "MT" =3D=3D Matt Turner <mattst88@gentoo.org> writes:
>
> MT> Is that a problem with the ABI, or just that gcc-4.6 is more strict?
> MT> I think it's the latter.
>
> The failure occurs at the linking stage, not the compiling stage.
>
> Ie, ln(1) cannot find some of the symbols it needs if the .so was
> compiled with 4.5 and the .o files with 4.6.
>
> Which looks like an ABI issue, yes?
>
> Again, though, only for some libs. =A0And I do not remember which.

Right, if it fails at link time, it's possibly an ABI incompatibility.
I just haven't ever experienced this myself.

Matt