* Mathieu Malaterre <[email protected]>, 2011-03-16, 14:07:
#if defined(USE_MYSYS_NEW) && ! defined(DONT_DECLARE_CXA_PURE_VIRTUAL)
C_MODE_START
int __cxa_pure_virtual () __attribute__ ((weak));
C_MODE_END
#endif
...

Shouldn't the mysqlclient package be compiled with the following
definition -DDONT_DECLARE_CXA_PURE_VIRTUAL

I don't think that USE_MYSYS_NEW is defined, so that doesn't matter.
(It wouldn't matter even if was defined, since it's only a declaration.)

--
Jakub Wilk



--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

Reply via email to