g++ probelm (not wine)

André Pönitz poenitz at gmx.de
Mon Nov 12 09:13:15 CST 2001


In article <Pine.LNX.4.30.0111121022320.5997-100000 at rip.sch.bme.hu> you wrote:
> I'm sorry for posting this problem to the list, but I'm slowly getting
> mad.
> 
> So my problem:
> rip:bentse:~/program/B-Tree $ )`g++': g++ BTree.cpp proba.cpp
> SearchTree.cpp
> /tmp/ccZwWxpf.o: In function `BT_BTree_c::BT_BTree_c(ST_BuildCompare_c
> *)':
> /tmp/ccZwWxpf.o(.text+0x19): undefined reference to `BT_BTree_c virtual
> table'

You probably have declared some virtual function in the .h, but not defined
in the .cpp.

Andre'

-- 
André Pönitz .............................................. poenitz at gmx.de




More information about the wine-users mailing list