$ ifort filename.f90
/opt/intel/Compiler/11.1/069/bin/ia32/fortcom: error while loading shared libraries: libstdc++.so.5: cannot open shared object file: No such file or directory
ifort: error #10273: /opt/intel/Compiler/11.1/069/bin/ia32/fortcom の致命的なエラー、0x7f で終了しました。
ここを参考に、以下の作業を行って問題が解決した。
$ wget http://mirrors.kernel.org/ubuntu/pool/universe/g/gcc-3.3/libstdc++5_3.3.6-17ubuntu1_i386.deb
$ sudo dpkg -i libstdc++5_3.3.6-17ubuntu1_i386.deb
No comments:
Post a Comment