Enrico Scholz <enrico.scholz@xxxxxxxxxxxxxxxxxxxxxxxxx> writes: > I have problems to understand the xmlrpc-c build failure > > | /usr/bin/ld.bfd: xml-rpc-api2cpp.5842.test: undefined reference to symbol 'pthread_cancel@@GLIBC_2.2.5' It happens because a library where the program is linked against uses pthread_* but is not linked against libpthread. There ld fails at the program but not at the library. Odd thing (which makes tracking this kind of error difficulty) is that 'ldd' on the library does not report the missing library. Enrico -- devel mailing list devel@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/devel