Mail Archives: djgpp/1996/08/21/04:41:30
On Wed, 21 Aug 1996, Kelly BARRETT wrote:
> I just started to use virtual members in my c++ classes, but since I tried
> to use them I have been getting linking errors, such as:
>
> undefined reference <class name> virtual table
>
> or something like that.
>
> I used gcc with -lgpp and also have tried gxx but nothing seems to work.
Try using gxx, but append -lstdcx at the end of the link command line
(gxx still doesn't know about libstdcx.a; to be corrected in the next
release).
- Raw text -