I discovered the source of my test failure. I have gcc 4.9.0 installed in /usr/local and the build and test were using that. When I forced configure to use clang/clang++ it built and checked OK. Apparently gcc 4.9.0 has issues with OSX Yosemite.
-- john On Sun, Jan 18, 2015 at 8:28 AM, Akim Demaille <a...@lrde.epita.fr> wrote: > > > Le 18 janv. 2015 à 15:43, Hans Aberg <haber...@telia.com> a écrit : > > > > It passed for me on OS X 10.10.2, Xcode 6.1.1, GCC = Apple LLVM version > 6.0 (clang-600.0.56): > > $ make check > > ... > > 491 tests were successful. > > 2 tests were skipped. > > Thanks Hans!