Installing Intel C++ Compiler on kubuntu
When installing the Intel C++ Compiler I got the following Error:
“The installation program was unable to detect a 3.2 or newer version of gcc.”
Setting the LC_ALL environment variable solved the problem:
export LC_ALL=C
Comments Off on Installing Intel C++ Compiler on kubuntu