Missing typeinfo in wxMac

Deepak deepakar at gmail.com
Wed Jun 6 01:39:33 PDT 2007


I have built wxWindows on MAC (Xcode, GCC 4.0) with RTTI enabled.
However any client that tries to link to this library and tries to
inherit from wxThread gets the following linker error
undefined : type info for wxThread.
(__ZTI8wxThread)

Is there any specific compiler setting to export the type info of a
class?







More information about the wx-users mailing list