|
Boost Testing : |
From: John Maddock (john_at_[hidden])
Date: 2008-04-20 07:53:51
There are a lot of tests failing for the Intel on Darwin compiler that fail
with unresolved externals to std library functions:
http://beta.boost.org/development/tests/trunk/developer/output/Sandia-darwin-intel-10-0-boost-bin-v2-libs-math-test-common_factor_test-test-intel-darwin-10-0-debug.html
xilibtool: executing 'libtool'
ld: Undefined symbols:
__ZNSt15basic_streambufIwSt11char_traitsIwEE8overflowEj
__ZNSt15basic_streambufIwSt11char_traitsIwEE9pbackfailEj
libtool: internal link edit command failed
Googling for these symbols shows only links to the Boost regression tests
:-(
Is this maybe a setup or command line issue?
Thanks, John.