[cfe-dev] Warning about undefined methods/static attributes ?

Konstantin Tokarev annulen at yandex.ru
Mon Aug 27 05:16:51 PDT 2012


27.08.2012, 15:48, "Matthieu Monrocq" <matthieu.monrocq at gmail.com>:
> Hello,
>
> I just had the case today (yet another time) of a newcomer to the C++ language getting caught by the rather ominous message, when launching his binary: "undefined symbol _ZN....." because he had forgotten to implement one of the methods of his class.

This issue is usually catched by linker

-- 
Regards,
Konstantin



More information about the cfe-dev mailing list