Comment 1 for bug 1365748

Revision history for this message
A. Gordon (assafgordon) wrote :

To clarify:

The specific "gnulib" tests fail due to "pthread"-related issue of the link-time optimization used with gcc-4.6 and 4.8.
same tests on same machine do not fail with gcc-4.4 or clang-3.3.

The workaround provided by Paul Eggert is to use "-pthread" instead of "-lpthread" as command-line parameter.