Mixing libraries with and without RTTI with GCC on Mac OS X?
Posted
by Steve the Plant
on Stack Overflow
See other posts from Stack Overflow
or by Steve the Plant
Published on 2010-06-07T15:47:21Z
Indexed on
2010/06/07
15:52 UTC
Read the original article
Hit count: 270
I've been banging my head on an issue and before I continue injuring myself some more, I'd like to confirm:
Is it possible to have a GCC project that uses libraries that are compiled with and without RTTI?
So, for example, I have project A (compiled without RTTI) that uses library B (compiled with RTTI) and library C (compiled without RTTI). In theory, is all that supposed to compile and link with no problems?
© Stack Overflow or respective owner