From: Jonathan B. <jbr...@ea...> - 2003-05-12 23:00:48
|
On Mon, 2003-05-12 at 00:59, Rodrigo Dias Arruda Senra wrote: > Hi, > > I'm a newbie at VPython and could use a hand. > I have managed to compile VPython in a modified Mandrake 8.2 > using gcc-2.96. When I try to run the demos I get: > > ImportError: /usr/local/lib/python2.2/site-packages/cvisualmodule.so: undefined symbol: __ti3ios Try this (note the shell back-quotes) in the /usr/local/lib directory, and the /usr/lib directory: $ nm -o -D `ls libstdc++*.so libstdc++.so*` | grep __ti3ios And send us the output. > I do know that it menas that cvisualmodule.so was loaded but it refers to > the symbol __ti3ios which is missing. > > Running ldd cvisualmodule.so I get: > libstdc++.so.5 => /usr/local/lib/./libstdc++.so.5 (0x4034c000) -Jonathan Brandmeyer |