_ZTV vs _ZTI

Ian Lance Taylor iant@google.com
Tue Mar 27 01:17:00 GMT 2007


viet@horslimites.org writes:

> I'm guessing that the problem for the undefined symbol is a compile
> option. What is the difference between _ZTV and _ZTI?

_ZTV is a virtual table.  _ZTI is a typeinfo table (for RTTI).

I don't know why you are seeing the undefined symbol in the .so.

Ian



More information about the Gcc-help mailing list