On Sat, Oct 12, 2013 at 14:49:03 +0200, Thomas Klausner wrote: > Linking CXX executable ../../bin/sigil > ld: /scratch/editors/Sigil/work/.buildlink/qt4/lib/libQtCore.so: undefined > reference to symbol 'pthread_cancel' > ld: note: 'pthread_cancel' is defined in DSO /usr/lib/libpthread.so.1 so try > adding it to the linker command line > /usr/lib/libpthread.so.1: could not read symbols: Invalid operation > *** Error code 1 > > The Sigil source code does not use pthread_cancel. QtCore itself is > linked against pthread: [...] > So where is the problem?
This (quoted earlier) looks highly suspicious: /usr/lib/libpthread.so.1: could not read symbols: Invalid operation -uwe