Intel® C++ Compiler
Community support and assistance for creating C++ code that runs on platforms based on Intel® processors.
7956 Discussions

install icc without using install script

ralf_d
Beginner
397 Views
Hello,

is it possible to install icc on a rpm-based
linux (i.e. SuSE) without using the './install'
script. If I do 'rpm -Uhv *.i386.rpm' the packages
get installed but after running 'source ifcvars.csh'
I get the error message
INSTALLDIR: No such file or directory.

Any suggestion?

Ralf
0 Kudos
1 Reply
cp_jain
Beginner
397 Views
Yes, I think you can install without install script, but this is not recommended.

INSTALLDIR is the variable set by install script during installation based on users selection.
To install without this script, you will have to manually replace this variable, wherever present, with the root directory path where compiler is installed (for example /opt/intel).

Some of the files where this modification is required are - icc, icpc, icc.cfg, iccvars.sh

HTH,
cp
0 Kudos
Reply