I'm trying to install in the the Intel15 compiler on Linux. In the Make.inc I've set ever ICC to true that I ccould find. The output is a complete mix of gcc and icc. Any suggestions for how to disabuse it of the notion that it's using gcc?
checking whether we are using the GNU C compiler... yes checking whether icc accepts -g... yes checking for icc option to accept ISO C89... none needed checking whether we are using the GNU C++ compiler... yes checking whether icpc accepts -g... yes checking how to run the C preprocessor... icc -E checking whether GCC or Clang is our host compiler... gcc checking build system type... x86_64-redhat-linux-gnu checking host system type... x86_64-redhat-linux-gnu checking target system type... x86_64-redhat-linux-gnu checking type of operating system we're going to host on... Linux checking type of operating system we're going to target... Linux checking target architecture... x86_64 checking whether GCC is new enough... no configure: error: The selected GCC C++ compiler is not new enough to build LLVM. Please upgrade to GCC 4.7. You may pass --disable-compiler-version-checks to configure to bypass these sanity checks.
