On Wed, May 30, 2012 at 19:11:36 +0200, Jonas Smedegaard wrote: > ImportError on miro.plat.frontends.widgets: > /usr/lib/libjavascriptcoregtk-1.0.so.0: undefined symbol: > _ZN3JSC8JSObject10putByIndexEPNS_6JSCellEPNS_9ExecStateEjNS_7JSValueE
Weird. $ objdump -T /usr/lib/libjavascriptcoregtk-1.0.so.0 | grep _ZN3JSC8JSObject10putByIndexEPNS_6JSCellEPNS_9ExecStateEjNS_7JSValueE 00000000002848a0 g DF .text 00000000000000a2 Base _ZN3JSC8JSObject10putByIndexEPNS_6JSCellEPNS_9ExecStateEjNS_7JSValueE Does ldd -r /usr/lib/libjavascriptcoregtk-1.0.so.0 complain about the missing symbol? Cheers, Julien -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

