Re: Undefined References

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

 



You're getting the errors about vtable... because you have an
undefined virtual function declared in character.h.

Getting rid of the virtual attribute eliminates those errors and
allows a successful build (and you can eliminate the virtual
destructor).

Then you can concentrate on other problems in the overall program, if any.

I've attached a little cleaner Makefile for your consideration.

-Tom

Attachment: Makefile
Description: Binary data


[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