Boost logo

Boost :

Subject: Re: [boost] boost 1.37.0 and intel-linux-10.0
From: John Maddock (john_at_[hidden])
Date: 2008-12-02 12:10:22


frederic.bron_at_[hidden] 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.


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk