16 Oct
2015
16 Oct
'15
5:36 p.m.
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? Thanks, John.