[odb-users] Pthreads issue

Boris Kolpackov boris at codesynthesis.com
Sun Jan 17 03:57:07 EST 2016


Hi Aarón,

Aarón Bueno Villares <abv150ci at gmail.com> writes:

> If I call ./configure withouth params for example it works without
> problems, but if I pass the flag option -Werror, it says that it cannot
> find the pthread library:

The test that checks for pthread probably issues a warning. Since you
passed -Werror, now it is treated as an error, the test fails, and
configure assumes there is no pthread support. Check config.log for
details on which warning it is; maybe we can fix it.

Boris



More information about the odb-users mailing list