This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
| Other format: | [Raw text] | |
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
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |