Hello,
I installed Intel® Parallel Studio XE 2018 both Update 1 and 2 under Debian Stretch and compiling with icc and icpc worked well. Then I upgraded my system to Debian Sid (Unstable) and then when trying to compile with both icc or icps I get the following error:
/home/user/intel/compilers_and_libraries_2018.2.199/linux/compiler/include/math.h(1230): error: identifier "_LIB_VERSION_TYPE" is undefined
_LIBIMF_EXTERN_C _LIB_VERSIONIMF_TYPE _LIBIMF_PUBVAR _LIB_VERSIONIMF;
^
Then I installed Intel® Parallel Studio XE 2018 on the latest Arch Linux and the same code compilations went without problems.
During installation of Intel® Parallel Studio XE 2018 both Debian Sid and Arch Linux are unsupported OSs so perhaps there is a solution to make Intel Compilers work under Debian Sid? Any idea?