Hi,
On Mon, Nov 23, 2015 at 10:02 AM, David Tardon <[email protected]> wrote: > > The problem is: > > DynamicLibraryManagerException: "Failed to load dynamic library: > /home/maarten/src/libreoffice/core/workdir/LinkTarget/CppunitTest/libtest_sc_rangelst_test.so > /home/maarten/src/libreoffice/core/instdir/program/liborcus-0.10.so.0: > undefined symbol: _ZNSt8ios_base7failureC2EPKcRKSt10error_code" > > No idea what could be the cause, though. > > D. Thanks. Would this be helpful ? $ nm --dynamic /home/maarten/src/libreoffice/core/instdir/program/liborcus-0.10.so.0 | grep _ZNSt8ios_base7failureC2EPKcRKSt10error_code U _ZNSt8ios_base7failureC2EPKcRKSt10error_code $ readelf -Ws /home/maarten/src/libreoffice/core/instdir/program/liborcus-0.10.so.0 | grep _ZNSt8ios_base7failureC2EPKcRKSt10error_code 229: 0000000000000000 0 NOTYPE GLOBAL DEFAULT UND _ZNSt8ios_base7failureC2EPKcRKSt10error_code 9105: 0000000000000000 0 NOTYPE GLOBAL DEFAULT UND _ZNSt8ios_base7failureC2EPKcRKSt10error_code - Maarten
_______________________________________________ LibreOffice mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice
