I installed Intel C++ compiler on Mint Linux and it says that I have to source a command line variables file in order to use the compiler on the command line. I want to make ICC compiler variables permanently availabe so I can use it with IDEs. Can someone tell me how I do this?
this is what I have to run to source that file:
source /opt/intel/composer_xe_2011_sp1.10.319/bin/compilervars.sh ia32
a partial solution is to put the above source command in my .profile file, that works for shell terminal, but the IDE's I use still cant access the ICC commands
how to make ICC command line variables permanent
For more complete information about compiler optimizations, see our Optimization Notice.



