On 16/10/2015 01:08, Kohei Takahashi wrote:
Hi John,
Can anyone familiar with FreeBSD help me figure out what's causing a large number of runtime failures from Boost.Math, for example http://www.boost.org/development/tests/develop/developer/output/Flast-FreeBS...
I'll investigate soon (this is my runner).
Thanks. I've managed to get FreeBSD 10.2 more or less functional locally, and with a default install of gcc-5.2 any test that throws an exception aborts, this causes most of the regex lib tests to fail as well. Changing user-config.jam to add -Wl,-rpath=/usr/local/lib/gcc5 fixes things. Could this be the issue here? No, it was caused by ABI/API mismatching with ICU. The ICU is linked to
On 2015/10/17 2:36, John Maddock wrote: libc++/libcxxrt what I was installed via pkgng. Now, I removed ICU and tests ran normally. Thanks, Kohei