This is the mail archive of the
newlib@sourceware.org
mailing list for the newlib project.
Re: Patch to update libtool in GCC and binutils trees
- From: Steve Ellcey <sje at cup dot hp dot com>
- To: gcc-patches at gcc dot gnu dot org, binutils at gcc dot gnu dot org, gdb-patches at gcc dot gnu dot org, newlib at sourceware dot org, bonzini at gnu dot org
- Date: Mon, 26 Mar 2007 09:32:15 -0700 (PDT)
- Subject: Re: Patch to update libtool in GCC and binutils trees
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