From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31386 invoked by alias); 26 Mar 2007 16:32:21 -0000 Received: (qmail 31352 invoked by uid 22791); 26 Mar 2007 16:32:21 -0000 X-Spam-Check-By: sourceware.org Received: from palrel11.hp.com (HELO palrel11.hp.com) (156.153.255.246) by sourceware.org (qpsmtpd/0.31) with ESMTP; Mon, 26 Mar 2007 17:32:17 +0100 Received: from smtp2.cup.hp.com (hpda.cup.hp.com [15.4.32.118]) by palrel11.hp.com (Postfix) with ESMTP id 2228435079; Mon, 26 Mar 2007 09:32:16 -0700 (PDT) Received: from hpsje.cup.hp.com (hpsje.cup.hp.com [16.89.92.85]) by smtp2.cup.hp.com (Postfix) with ESMTP id 79BB330D3E8; Mon, 26 Mar 2007 16:25:43 +0000 (UTC) Received: (from sje@localhost) by hpsje.cup.hp.com (8.9.3 (PHNE_29774)/8.9.3) id JAA15792; Mon, 26 Mar 2007 09:32:15 -0700 (PDT) Date: Mon, 26 Mar 2007 16:47:00 -0000 From: Steve Ellcey Message-Id: <200703261632.JAA15792@hpsje.cup.hp.com> To: gcc-patches@gcc.gnu.org, binutils@gcc.gnu.org, gdb-patches@gcc.gnu.org, newlib@sourceware.org, bonzini@gnu.org Subject: Re: Patch to update libtool in GCC and binutils trees In-Reply-To: <4603FE9F.1050708@cup.hp.com> Mailing-List: contact binutils-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: binutils-owner@sourceware.org X-SW-Source: 2007-03/txt/msg00381.txt.bz2 I tested the new libtool on HP-UX and Linux over the weekend. The builds all worked fine but I got many C++ failures during testing on IA64 HP-UX, PA HP-UX (32 bits), and x86_64 Linux. All the failures seemed to involve trouble finding the libstdc++ library when linking test programs. On IA64 HP-UX, testing worked in default 32 bit mode but failed in 64 bit mode because we have a -L that finds the 32 bit libstdc++ library before one that finds the 64 bit version. On PA and x86_64, we just don't seem to find libstdc++ at all. I'll see if I can figure out what is going on. Steve Ellcey sje@cup.hp.com