PDA

View Full Version : [ubuntu] undefined symbol



gasrine
November 27th, 2010, 02:46 PM
Hi,
I've compiled a program on ubuntuhttp://kona.kontera.com/javascript/lib/imgs/grey_loader.gif
(http://www.linuxquestions.org/questions/#) with the command line "make python" but the problem comes when I tried to use it and exactly after the command line "from libpy import *", the message that appears is such

Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "libpy/knit.py", line 28, in <module>
import _knit
ImportError: libpy/_knit.so: undefined symbol: _ZTVN10__cxxabiv120__si_class_type_infoE

I don't know if it's a problem with the compilation or linking or other issues.
I'll be thankful if someone could help me