Author Topic: intel C++ compiler 11 on opensuse does not work, please help  (Read 3511 times)

maphysart

  • Guest
I wish to try code blocks with intell cpp compiler 11.
after the installation, and also the libstadc++.so.5, I set up the toolchain.
then in my bashrc, i added:
export PATH=$PATH:/opt/intel/Compiler/11.0/069/bin/intel64
source /opt/intel/Compiler/11.0/069/tbb/bin/tbbvars.sh intel64
source /opt/intel/Compiler/11.0/069/binv intel64
export LANG=C

then log out.

But when I try to compile the simple hello world, I encounter an error:
icpc : unable to open '/EHs'

Any suggestions are appreciated. Thanks.

Besides, i use opensuse 11.1 64bit, my cup is PD820 which support 64bit.