From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30792 invoked by alias); 26 Mar 2007 17:31:05 -0000 Received: (qmail 30768 invoked by uid 22791); 26 Mar 2007 17:31:04 -0000 X-Spam-Check-By: sourceware.org Received: from server.usilu.net (HELO mail.usilu.net) (195.176.178.200) by sourceware.org (qpsmtpd/0.31) with ESMTP; Mon, 26 Mar 2007 18:30:53 +0100 Received: from [192.168.76.141] ([192.168.76.141] RDNS failed) by mail.usilu.net over TLS secured channel with Microsoft SMTPSVC(6.0.3790.3959); Mon, 26 Mar 2007 19:33:50 +0200 Message-ID: <46080332.4020403@lu.unisi.ch> Date: Mon, 26 Mar 2007 18:04:00 -0000 From: Paolo Bonzini Reply-To: bonzini@gnu.org User-Agent: Thunderbird 1.5.0.10 (Macintosh/20070221) MIME-Version: 1.0 To: Steve Ellcey CC: gcc-patches@gcc.gnu.org, binutils@gcc.gnu.org, gdb-patches@gcc.gnu.org, newlib@sourceware.org Subject: Re: Patch to update libtool in GCC and binutils trees References: <4603FE9F.1050708@cup.hp.com> <200703261632.JAA15792@hpsje.cup.hp.com> In-Reply-To: <200703261632.JAA15792@hpsje.cup.hp.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit 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/msg00385.txt.bz2 Steve Ellcey wrote: > 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. Thanks. By the way, next time it's best if you don't post the new libtool files as a patch, but just attach them or a .tar.gz of them. Just post the configure.ac/Makefile.am changes as diffs. Sorry for not asking for this the previous time. Paolo