我用的是bash205b,但是好象不支持icc脚本里面的exec -a,执行icc会出现错误:
/usr/lib/crt1.o: In function `_start':
/usr/lib/crt1.o(.text+0x1: undefined reference to `main'
所以编辑icc脚本将里面exec -a 的 -a和后面的路经去掉。 exec /opt/intel/compiler70/ia32/bin/iccbin "$@"; 象这样。
接着执行icc,如果得到
iccbin: Command line error: no files specified; for help type "iccbin -help"
就是安装好了。