I am unable to remove the following error as required package is not available in the package manager yum for centos:
ifort: /lib64/libstdc++.so.6: version `GLIBCXX_3.4.21' not found (required by ifort)
can anyone help me about it?
I try to find and install libstdc++.so.6: version `GLIBCXX_3.4.21' by typing:
sudo yum install libstdc++.so.6
sudo yum install libstdc++-3.4.21
sudo yum install libstdc++-GLIBCXX_3.4.21
with many combination like above.
and could not find it.