This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: undefined reference to `c_demande virtual table'


Hi there,

 The most likely reason, g++ does not find the virtual
function table is, that it is not present in any of the
object files, you are linking with. My guess would be,
that you have forgotten to define the virtual function,
which g++'s heuristic has chosen to determine the location
of the virtual function table.

Yours sincerely,

Bjorn


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]