GNOME Bugzilla – Bug 693105
Compile private test with -pthread on UNIX
Last modified: 2013-02-03 23:00:01 UTC
The commit f5f151cb removed this linkage, which is needed, at least for the toolchain gcc version 4.7.2 (Debian 4.7.2-5)
Created attachment 235124 [details] [review] Compile private test with -pthread on UNIX
This is working for me because libglib pulls in libpthread. The test itself is using pthreads API directly, though, so it should indeed be explicitly linked against it.
Attachment 235124 [details] pushed as 6b3ec82 - Compile private test with -pthread on UNIX