boost 1.37.0 and intel-linux-10.0

I built boost 1.37.0 with intel-linux-10.0. I obtained the following output : "icpc" -c -xc++ -O3 -Ob2 -w1 -mp -march=pentium4 -DBOOST_ALL_NO_LIB=1 -DNDEBUG -I"." -c -o "bin.v2/libs/math/build/has_long_double_support.test/intel-linux/release/address-model-64/link-static/threading-multi/has_long_double_support> icpc: command line remark #10010: option '-Ob' is deprecated and will be removed in a future release. See '-help deprecated' 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? Regards, F. Bron Avis : Ce message et toute pièce jointe sont la propriété d'Alcan et sont destinés seulement aux personnes ou à l'entité à qui le message est adressé. Si vous avez reçu ce message par erreur, veuillez le détruire et en aviser l'expéditeur par courriel. Si vous n'êtes pas le destinataire du message, vous n'êtes pas autorisé à utiliser, à copier ou à divulguer le contenu du message ou ses pièces jointes en tout ou en partie. Notice: This message and any attachments are the property of Alcan and are intended solely for the named recipients or entity to whom this message is addressed. If you have received this message in error please inform the sender via e-mail and destroy the message. If you are not the intended recipient you are not allowed to use, copy or disclose the contents or attachments in whole or in part.

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.
participants (2)
-
frederic.bron@alcan.com
-
John Maddock