I've found a "solution":

-fno-rtti resolved the following errors

undefined reference to '... type_info function' and
undefined reference to '... type_info node'

Then I've removed the constructor and destructor from the base class which resolved the undefined reference to '.... virtual table' error.

But actually while the first might be a solution i would like to have my constructor back