On Thu, Jun 26, 2014 at 08:38:58AM +0200, Andreas Tille wrote: > ExternalBLAST.o: In function `wxEvtHandler::AddPendingEvent(wxEvent const&)': > /usr/include/wx-3.0/wx/event.h:3395: undefined reference to > `wxCommandEvent::Clone() const'
It seems to be a GCC4.9 bug to do with devirtualisation and symbol visibility (the method in question is defined inline in the public WX API headers): https://bugs.debian.org/752733 Already worked around in flamerobin: https://bugs.debian.org/746847 Their delightful solution is here: http://sources.debian.net/src/flamerobin/0.9.3~%2B20140206.3f9645c-3/debian/patches/wx3.0-vs-gcc4.9.patch Cheers, Olly -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

