On terça-feira, 24 de julho de 2012 04.03.31, [email protected] wrote:
> Thanks, are such undefined symbols normal ? And is there a way to fix it ?

Missing only the _ZTI ones is highly irregular. The typeinfo objects are
always emitted together with the virtual table and other objects. Since the
virtual tables are not missing, the only explanation I can give is the same
one that Rohan had: you're mixing -fno-rtti with code that requires the RTTI.

--
Thiago Macieira - thiago.macieira (AT) intel.com
  Software Architect - Intel Open Source Technology Center
     Intel Sweden AB - Registration Number: 556189-6027
     Knarrarnäsgatan 15, 164 40 Kista, Stockholm, Sweden

Attachment: signature.asc
Description: This is a digitally signed message part.

_______________________________________________
Development mailing list
[email protected]
http://lists.qt-project.org/mailman/listinfo/development

Reply via email to