From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from li44-10.members.linode.com ([72.14.181.10] helo=plausible.org) by linuxtogo.org with esmtp (Exim 4.72) (envelope-from ) id 1T4wNw-0007Ky-RC for openembedded-core@lists.openembedded.org; Fri, 24 Aug 2012 18:05:25 +0200 Received: from [0.0.0.0] (c-67-171-188-207.hsd1.or.comcast.net [67.171.188.207]) (Authenticated sender: andy-wrs) by plausible.org (Postfix) with ESMTPSA id DFAC71F577; Fri, 24 Aug 2012 08:53:17 -0700 (PDT) Message-ID: <5037A36C.8020401@windriver.com> Date: Fri, 24 Aug 2012 08:53:16 -0700 From: Andy Ross User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:14.0) Gecko/20120717 Thunderbird/14.0 MIME-Version: 1.0 To: Richard Purdie References: <1345817543.14369.70.camel@ted> In-Reply-To: <1345817543.14369.70.camel@ted> Cc: openembedded-core Subject: Re: [PATCH] gcc-4.7: Add fix for libtool rpath problems X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: Patches and discussions about the oe-core layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Aug 2012 16:05:25 -0000 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit On 08/24/2012 07:12 AM, Richard Purdie wrote: > This avoids problems with libstdc++ having bad rpaths (/usr/lib/../.lib) > in its .la file. See the patch for more information. Heh, I was just sitting down having discovered the same thing. Isn't the root cause at least partially that gcc is using a different libtool implementation than the rest of the build? I note it's also missing the normalization patches that went into the standard libtool (though that's benign here as -rpath isn't used). Andy