[1.41.0] Intel 11.1 Linux vs. cmath header
I am trying to build the Boost 1.41.0 libraries with an evaluation copy
of Intel C++ 11.1 for 64-bit Linux. My system is Fedora 12 with G++
4.4.3 installed as the default compiler. This fatal error is preventing
most of the libraries from building:
/usr/include/c++/4.4.3/cmath(500): error: identifier "__builtin_fpclassify" is undefined
return __builtin_fpclassify(FP_NAN, FP_INFINITE, FP_NORMAL,
^
detected during:
instantiation of "__gnu_cxx::__enable_if
I am trying to build the Boost 1.41.0 libraries with an evaluation copy of Intel C++ 11.1 for 64-bit Linux. My system is Fedora 12 with G++ 4.4.3 installed as the default compiler. This fatal error is preventing most of the libraries from building:
/usr/include/c++/4.4.3/cmath(500): error: identifier "__builtin_fpclassify" is undefined return __builtin_fpclassify(FP_NAN, FP_INFINITE, FP_NORMAL,
Probably related: http://software.intel.com/en-us/forums/showthread.php?t=64188 Be sure to read the second page of the post. - Rhys
Rhys Ulerich wrote:
Probably related:
http://software.intel.com/en-us/forums/showthread.php?t=64188
Be sure to read the second page of the post.
That's definitely the problem. Thanks for the pointer. -- Dick Hadsell 203-992-6320 Fax: 203-992-6001 Reply-to: hadsell@blueskystudios.com Blue Sky Studios http://www.blueskystudios.com 1 American Lane, Greenwich, CT 06831-2560
participants (2)
-
Rhys Ulerich
-
Richard Hadsell