This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: Unsatisfied symbols vtable and VTT ???
- From: Benjamin Kosnik <bkoz at redhat dot com>
- To: "Hultman, Sten" <sten dot hultman at cgey dot com>
- Cc: "'libstdc++ at gcc dot gnu dot org'" <libstdc++ at gcc dot gnu dot org>
- Date: Thu, 14 Mar 2002 07:19:30 -0800 (PST)
- Subject: Re: Unsatisfied symbols vtable and VTT ???
> When I port an application from 2.95 on HP-UX10.20 to 3.0.3 on HP-UX11.00 I
> fail to link due to
> unsatisfied symbols vtable and VTT.
Hmm. Two things:
1) what are your testresults for your 3.0.3 build? I think you'll find
some problems with the results. You can run the testsuite with
'make check-c++' or 'make check-target-libstdc++-v3'
Here is an example of results that look good for HPUX:
http://gcc.gnu.org/ml/gcc-testresults/2002-03/msg00296.html
2) have you considered using the 3.1 branch?
best,
benjamin