viet@xxxxxxxxxxxxxxx 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