This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: libstdc++-v3 configuration and check problems under hpux 10.20
- To: "John David Anglin" <dave at hiauly1 dot hia dot nrc dot ca>
- Subject: Re: libstdc++-v3 configuration and check problems under hpux 10.20
- From: Jeffrey A Law <law at redhat dot com>
- Date: Tue, 20 Feb 2001 22:10:01 -0700
- cc: gcc-bugs at gcc dot gnu dot org
- Reply-To: law at redhat dot com
In message <200102191825.NAA20105@hiauly1.hia.nrc.ca>you write:
> I noticed two issues with v3 under hpux 10.20:
>
> 1) There is a failure in the libtool CXX configuration regarding the
> ability of g++ to build shared libraries. This should be possible
> although I know you need `-shared -fPIC' in the command.
I'm wondering if we should have -shared imply -fPIC automatically on
the PA. The only case I can think of where you'd want something
different would be if you wanted -fpic instead. But for building the
static ctor/dtor table stuff I can't see how it'd be that important.
> Normally, the hardcode
> method is relink. Puzzled why the command to parse nm output failed.
You might look and see if nm is core dumping. It's certainly doing so
with alarming regularity on my hpux11 system.
> 2) mkcheck fails with an error (see below).
Yea, looks like some kind of shell syntax error. But I haven't looked
at it (and I'm not really planning to right now).
jeff