Re: IA64 HP-UX bootstrap with C++

2011-07-25 Thread Steve Ellcey
On Mon, 2011-07-25 at 19:06 +0200, Rainer Orth wrote: > Joseph, > > > Are -static-libstdc++ and -static-libgcc not working for you (with the > > stage 1 compiler when it's used to link stage 2, and the stage 2 compiler > > used to link stage 3)? If not, fixing them if possible would be the righ

Re: IA64 HP-UX bootstrap with C++

2011-07-25 Thread Rainer Orth
Joseph, > Are -static-libstdc++ and -static-libgcc not working for you (with the > stage 1 compiler when it's used to link stage 2, and the stage 2 compiler > used to link stage 3)? If not, fixing them if possible would be the right > approach. unless HP-UX ld supports -Bstatic/-Bdynamic and

Re: IA64 HP-UX bootstrap with C++

2011-07-23 Thread Joseph S. Myers
On Fri, 22 Jul 2011, Steve Ellcey wrote: > $ /proj/opensrc/nightly/gcc-ia64-hp-hpux11.23-trunk/bin/gcc > /usr/lib/hpux32/dld.so: Unable to find library 'libgcc_s.so.0'. > > gcc (the driver) is now linked with C++ instead of C and > that means it wants to use the shared libgcc instead of the

IA64 HP-UX bootstrap with C++

2011-07-22 Thread Steve Ellcey
The HP-UX bootstrap has been failing since the switch to C++. The first problem was the strsignal problem that Tru64 was also having and the fix for Tru64 fixes things on HP-UX too. But after I applied that patch, I got a good build with no errors, and I got a good test run, but when I went to r