I’ve just downloaded a free evaluation version of Intel Fortran compiler 10.1.015. When I install it to openSUSE 10.2, after the commond “./install.sh”, I get a warning as below:
ERROR: unable to find command “g++” !
It appears that one of the missing commands is the ‘g++’ command.
Some Linux distributions do not include ‘g++’ as a part of the ‘gcc’ installation.
Please locate and install the proper ‘g++’ package for your system and restart the installation process for this Intel software product.
Please add the location to the above commands to your PATH and re-run the script.
Please press Enter to continue…
Anyone could tell me how to solve this problem? Thanks!
I opened YaST > Software > Software Managment
Typed g++ in the search field
checked: RPM “Provides” below it (unchecked Name and Summary to speed up a little)
And clicked Search.
Now it seems that the package gcc-cc++ contains g++ (the package is on the OSS repo).
You could do the same and then check the package for intstall and …