Menu

#2 configure.ac missing a couple libs

open
nobody
None
5
2012-02-18
2012-02-18
Anonymous
No

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.

Discussion


Log in to post a comment.

MongoDB Logo MongoDB