13 Nov
2013
13 Nov
'13
8:55 p.m.
This : #####Without CPLUS_INCLUDE_PATH [mboisson@r103-n2 tmp]$ icpc test_fenv.cpp -c -o a.o [mboisson@r103-n2 tmp]$ env | grep CPLUS #####With CPLUS_INCLUDE_PATH pointing to the gnu std libc++ [mboisson@r103-n2 tmp]$ export CPLUS_INCLUDE_PATH=/software6/compilers/gcc/4.8.1/include/c++/4.8.1/ [mboisson@r103-n2 tmp]$ icpc test_fenv.cpp -c -o a.o test_fenv.cpp(3): error: identifier "fexcept_t" is undefined fexcept_t data; ^ Looks like Intel isn't compatible with that version of libstdc++ then? John.