Jakub, I am staring at the code of mysqlclient:
... /* Wen using the embedded library, users might run into link problems, duplicate declaration of __cxa_pure_virtual, solved by declaring it a weak symbol. */ #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 believe the bug is in the debian/rules files which does not add this defition in the CXXFLAGS Comments ? -- Mathieu -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

