Re: undefined reference to vtable for xxx

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Sun, 27 Jan 2008 19:46:13 -0500, David H. Lynch Jr. wrote:

>Is there any GCC option that will pry more information on this from GCC,
>Like what method is missing from child ?  

There isn't an option that helps you track the problem.

Besides that which has be said already, this warning also comes when
different parts of the code see differing declarations, one with and one
without 'virtual'.

> -fms-extensions

BTW on a side note: If at all possible, get rid of that option (i.e.
change the code that needs it), because it allows IMNSHO very dubious MS
extensions to C++.

Philipp


[Index of Archives]     [Linux C Programming]     [Linux Kernel]     [eCos]     [Fedora Development]     [Fedora Announce]     [Autoconf]     [The DWARVES Debugging Tools]     [Yosemite Campsites]     [Yosemite News]     [Linux GCC]

  Powered by Linux