testopbfem exits on a callonce related exception
Running testopbfem, I get the following:
std::call_once() throws an exception. This suggests that the program was
linked without a threading library. Common ways to link to a threading
library is to specify one of the following during linking: -pthread,
-lpthread, or -pthreads. The build-system should have tried various of
these options, but unfortunately that is only a guess and we cannot verify
that we found a working configuration until runtime.
Going to rethrow the exception now to give the system library a chance to
print more information about it, just in case that helps with debugging.
This is very strange, as make test on both dune-common and dune-geometry pass and the same flags are passed to testopbfem.
System is Ubuntu 14.04, g++ 4.8.2