
frederic.bron@alcan.com wrote:
I have also seen this:
libs/math/build/has_long_double_support.cpp(9): catastrophic error: #error directive: "long double support is not supported by Boost.Math on this Plaform: the long double version of the TR1 library will not be built." #error "long double support is not supported by Boost.Math on this Plaform: the long double version of the TR1 library will not be built." ^ compilation aborted for libs/math/build/has_long_double_support.cpp (code 4) ...failed intel-linux.compile.c++ bin.v2/libs/math/build/has_long_double_support.test/intel-linux/release/address-model-64/link-static/threading-multi/has_long_double_support.o...
Any risks using boost 1.37.0 with intel 10.0?
Not from the Boost.Math error message: it means what it says, long double support has been disabled, float and double functions will work just fine. The bug which causes Boost.Math to disable long double support is fixed in Intel-10.1 BTW. HTH, John.