Am 19.12.2010 21:43, schrieb Jeremias Bosch: > i try to compile xulrunner (from hg.meego.com <http://hg.meego.com>) on > meego netbook SDK 1.1 but I end within a compile error: > > /build-tree/obj-qt- > buildxulrunner/xulrunner/nss/shlibsign: symbol lookup error: > /usr/lib/libQtCore.so.4: undefined symbol: _ZdlPv, version GLIBCXX_3.4 > make[6]: *** > [/build-tree/obj-qt-buildxulrunner/xulrunner/security/manager/../../dist/lib/libsoftokn3.chk] > Error 127
Just thoughts as my comments don't fix your issue ;-): Why does shlibsign use libQtCore.so.4? NSS does/should not rely on anything in Qt. And undefined symbols like above are usually an inconsistency of build and runtime environments. Wolfgang _______________________________________________ MeeGo-dev mailing list [email protected] http://lists.meego.com/listinfo/meego-dev
