这实际上是一个绕行问题(Original problem here)我试图在macOS Sierra上安装valgrind(版本10.12.6)。运行./configure.sh时,出现此错误:
检查支持的gcc版本...配置: --prefix = / Library / Developer / CommandLineTools / usr --with-gxx-include-dir = / usr / include / c ++ / 4.2.1配置: - prefix = / Library / Developer / CommandLineTools / usr --with -gxx-include-dir = / usr / include / c ++ / 4.2.1 no(applellvm-8.1.0)configure:错误:请使用gcc> = 3.0或clang> = 2.9或
icc >= 13.0
那么,我该如何检查icc> = 13.0?