a problem when compiling intel c++ professional package for linux
Hi, guys,
I confront a problem when I compile intel C++ professional package for linux.
The problem is:
icc intrin_time_sample.c
/opt/intel/Compiler/11.0/083/bin/intel64/mcpcom: error while loading shared libraries: libstdc++.so.5: cannot open shared object file: No such file or directory
compilation aborted for intrin_time_sample.c (code 127)
I think maybe I need to install libstdc++.so.5
so I use 'yum install compat-libstdc++-33.i386'
But after that, the problem still exists!
so Why?
Thanks,
Ming
|