Check if icc >=13.0

532 Views Asked by At

This is actually a detour question(Original problem here)I was trying to install valgrind on macOS Sierra (version 10.12.6). While running ./configure.sh, this error showed up:

checking for a supported version of gcc... Configured with: --prefix=/Library/Developer/CommandLineTools/usr --with-gxx-include-dir=/usr/include/c++/4.2.1 Configured with: --prefix=/Library/Developer/CommandLineTools/usr --with-gxx-include-dir=/usr/include/c++/4.2.1 no (applellvm-8.1.0) configure: error: please use gcc >= 3.0 or clang >= 2.9 or icc >= 13.0

So, how do I check if icc >= 13.0?

0

There are 0 best solutions below