https://bugzilla.novell.com/show_bug.cgi?id=761117 https://bugzilla.novell.com/show_bug.cgi?id=761117#c10 Richard Guenther <rguenther@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |REOPENED InfoProvider|rguenther@suse.com | --- Comment #10 from Richard Guenther <rguenther@suse.com> 2012-05-15 12:20:28 UTC --- (In reply to comment #9)
(In reply to comment #8)
It's simply a fuse .pc config problem. Applications that link against libraries that require threads need to be linked with -pthread.
Can you please explain why this is so?
Because glibc contains stub implementations for pthread features which need not to be seen first on dynamic linking time. Linking with -pthread makes sure those symbols come from libpthread. That's especially important when you dynamically open shared objects but it may also break in the face of _init code execution of other libraries you link against. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.