I had to add the following lines to the configure.ac to get a successful make.
AC_CHECK_LIB(rt, clock_gettime) AC_CHECK_LIB(m, sqrt)
I'm using Fedora 16 x64.
Log in to post a comment.