reassign 502134 python-matplotlib
retitle 502134 matplotlib: undefined symbol: __gxx_personality_v0
thanks

Reassigning bug, since it is not related to NuLog, and easily reproduced
on a clean Lenny install:

# aptitude install python-matplotlib
$ python
Python 2.5.2 (r252:60911, Sep 29 2008, 21:15:13) 
[GCC 4.3.2] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> from matplotlib.figure import Figure
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/usr/lib/python2.5/site-packages/matplotlib/figure.py", line 22, in 
<module>
    from axes import Axes, SubplotBase, subplot_class_factory
  File "/usr/lib/python2.5/site-packages/matplotlib/axes.py", line 11, in 
<module>
    import matplotlib.axis as maxis
  File "/usr/lib/python2.5/site-packages/matplotlib/axis.py", line 13, in 
<module>
    import matplotlib.text as mtext
  File "/usr/lib/python2.5/site-packages/matplotlib/text.py", line 19, in 
<module>
    import matplotlib.nxutils as nxutils
ImportError: /usr/lib/python2.5/site-packages/matplotlib/nxutils.so: undefined 
symbol: __gxx_personality_v0

This problem seems to happen when C and C++ files are linked using gcc
(instead of g++, or gcc -lstdc++).

Cheers,
Pierre



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to