30 May
2012
30 May
'12
11:21 a.m.
On Wed, May 30, 2012 at 12:02:50PM +0200, Pal Tamas wrote:
The smaller problem that ivykis' autoconfuse doesn't check for these pthread_* functions, but expects them to exist.
Upstream configure.ac has this check: AC_SEARCH_LIBS([pthread_atfork], [pthread], [], AC_MSG_ERROR(pthreads support is required to build ivykis.)) (It used to check for pthread_create, but on Linux that would lead to the earlier -lrt dependency (for clock_gettime()) implicitly pulling in -lpthread but not libpthread_nonshared.a.)