Broken toolset config on Meta-Comm Darwin results?

I'm wondering what toolset is being used for the Meta-Comm Darwin tests. Seems like there is a configuration issue for shared libraries since all the date_time dll tests fail. See http://www.meta-comm.com/engineering/boost-regression/developer/date_time.ht... Also, 'gcc' doesn't really give much about the compiler being used. Based on the other failures I'm guessing a variant of 2.95.x? Note that in the other Darwin tests with gcc 3.3.x date_time passes all tests... http://boost.sourceforge.net/regression-logs/cs-Darwin.html Jeff

Jeff Garland writes:
I'm wondering what toolset is being used for the Meta-Comm Darwin tests.
It was "gcc-tools.jam", now it's (renamed) "darwin-tools.jam".
Seems like there is a configuration issue for shared libraries since all the date_time dll tests fail. See
http://www.meta-comm.com/engineering/boost-regression/developer/date_time.ht...
The new results seem to be better in this regard.
Also, 'gcc' doesn't really give much about the compiler being used.
Fixed now.
Based on the other failures I'm guessing a variant of 2.95.x?
Nope, it's 3.1, which is what you get with MacOS X by default. -- Aleksey Gurtovoy MetaCommunications Engineering
participants (2)
-
Aleksey Gurtovoy
-
Jeff Garland