Well, it also happens that this bug goes away when you explicitly add libgcc_s to your binary:
in src/Makefile.am of whatever package: LDADD = -lpthread -lgcc_s ... or packagenamehere_LDADD = -lpthread -lgcc_s ... After that the warning goes away and everything just works. -- libgcc_s.so.1 must be installed for pthread_cancel to work https://bugs.launchpad.net/bugs/40285 You received this bug notification because you are a member of Ubuntu Bugs, which is a direct subscriber. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs