Compiled fluxspace with gcc-3.3.3. Python-2.3. I get
the following error when running fluxspace for the
first time after make install (all dependancies
satisfied).
root@poutine:/usr/local/build/fluxspace-0.0.3# fluxspace
Traceback (most recent call last):
File "/usr/local/bin/fluxspace", line 15, in ?
import fluxspace
File
"/usr/local/lib/python2.3/site-packages/fluxspace/__init__.py",
line 4, in ?
import _fluxspace
ImportError:
/usr/local/lib/python2.3/site-packages/_fluxspace.so:
undefined symbol: __gxx_personality_v0
root@poutine:/usr/local/build/fluxspace-0.0.3# file
/usr/local/bin/fluxspace
/usr/local/bin/fluxspace: a /usr/bin/python script text
executable
I'm on debian (testing). Any ideas where I should look
to resolve this symbol?