/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<std::__is_arithmetic<_Tp>::__value, int>::__type std::fpclassify(_Tp) [with _Tp=float]" at line 65 of "./boost/functional/hash/detail/hash_float.hpp"
instantiation of "size_t={unsigned long} boost::hash_detail::float_hash_value(T) [with T=float]" at line 282 of "./boost/functional/hash/hash.hpp"
I am building the libraries with this command:
bjam toolset=intel-linux threading=multi variant=release link=static,shared --stagedir=stageIF12 stage
Release notes seem to indicate that someone has successfully built Boost
libraries with Intel 11.1 and G++ 4.4.1 (whose cmath header looks the
same as for 4.4.3). I have not used the Intel compiler for several
years, so I may be missing something that is familiar to other users.
Help?
--
Dick Hadsell 203-992-6320 Fax: 203-992-6001
Reply-to: had...@blueskystudios.com
Blue Sky Studios http://www.blueskystudios.com
1 American Lane, Greenwich, CT 06831-2560
_______________________________________________
Boost-users mailing list
Boost...@lists.boost.org
http://lists.boost.org/mailman/listinfo.cgi/boost-users
Probably related:
http://software.intel.com/en-us/forums/showthread.php?t=64188
Be sure to read the second page of the post.
- Rhys
--
Dick Hadsell 203-992-6320 Fax: 203-992-6001
Reply-to: had...@blueskystudios.com
Blue Sky Studios http://www.blueskystudios.com
1 American Lane, Greenwich, CT 06831-2560
_______________________________________________