[Development] Use static qt libraries

Thiago Macieira thiago.macieira at intel.com
Tue Jul 24 11:42:01 CEST 2012


On terça-feira, 24 de julho de 2012 04.03.31, song.7.liu at nokia.com 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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 190 bytes
Desc: This is a digitally signed message part.
URL: <http://lists.qt-project.org/pipermail/development/attachments/20120724/2831cd66/attachment.sig>


More information about the Development mailing list