Undefined symbol _Unwind_RaiseException in /usr/lib/libsupc++.so.1

René Ladan rene at freebsd.org
Fri Mar 22 16:15:40 UTC 2013


Hi,

After building fluxbox-1.3.5 with WITH_NEW_XORG on my Raspberry Pi
running r247742 I get this error when starting it:

/usr/lib/libsupc++.so.1: Undefined symbol "_Unwind_RaiseException"

Indeed, looking with objdump -T :
% objdump -T /usr/lib/libsupc++.so.1|grep Raise
00000000      D  *UND*	00000000              _Unwind_RaiseException

When typing 'fluxbox' in a ssh session it is bad enough to log me out.

I read about this issue before here:
http://lists.freebsd.org/pipermail/freebsd-arm/2013-January/004579.html
but it still seems to be present.

Any ideas how to tackle this? Maybe rebuild libsupc++ from a newer source?

Regards,
René


More information about the freebsd-arm mailing list