Intel® C++ Compiler
Community support and assistance for creating C++ code that runs on platforms based on Intel® processors.
7956 Discussions

intel c++9.0 for linux install problem

chbq
Beginner
381 Views
I have download the intel c++ 9.0 for linux,my system is fedora core 4,and i extract the ISO file ,the fellowing files are extract form the ISO file:
file:///usr/DownLoad/Intel/BEA_License_Agreement.txt
file:///usr/DownLoad/Intel/chklic.32
file:///usr/DownLoad/Intel/chklic.64
file:///usr/DownLoad/Intel/chklic.em64t
file:///usr/DownLoad/Intel/Disclaimer.txt
file:///usr/DownLoad/Intel/eclipse-platform-3.0.1-linux-gtk.zip
file:///usr/DownLoad/Intel/eclipse-platform-3.0.1-linux-motif.zip
file:///usr/DownLoad/Intel/EPCommonLauncher.sh
file:///usr/DownLoad/Intel/EPinstall.sh
file:///usr/DownLoad/Intel/EPSilentInstallConfigFile.ini
file:///usr/DownLoad/Intel/EPuninstall.sh
file:///usr/DownLoad/Intel/flex_ug.pdf
file:///usr/DownLoad/Intel/install_cc.sh
file:///usr/DownLoad/Intel/install.htm
file:///usr/DownLoad/Intel/install.sh
file:///usr/DownLoad/Intel/install.txt
file:///usr/DownLoad/Intel/intel-eidb9-9.0-035.ia64.rpm
file:///usr/DownLoad/Intel/intel-icc9-9.0-030.i386.rpm
file:///usr/DownLoad/Intel/intel-icc9-9.0-030.ia64.rpm
file:///usr/DownLoad/Intel/intel-icce9-9.0-030.em64t.rpm
file:///usr/DownLoad/Intel/intel-icc_ide9-9.0-030.i386.rpm
file:///usr/DownLoad/Intel/intel-iidb9-9.0-035.i386.rpm
file:///usr/DownLoad/Intel/intel-iidbe9-9.0-035.em64t.rpm
file:///usr/DownLoad/Intel/intel-isubh9-9.0-030.i386.rpm
file:///usr/DownLoad/Intel/intel-isubh9-9.0-030.ia64.rpm
file:///usr/DownLoad/Intel/intel-isubhe9-9.0-030.em64t.rpm
file:///usr/DownLoad/Intel/linux_ia32_jrockit150_jre.zip
file:///usr/DownLoad/Intel/org.eclipse.cdt-2.1.1-linux.x86.zip
file:///usr/DownLoad/Intel/readme.txt
file:///usr/DownLoad/Intel/ReleaseNotes.htm
file:///usr/DownLoad/Intel/ReleaseNotes.txt
file:///usr/DownLoad/Intel/sdp-core-2.0.2.zip
file:///usr/DownLoad/Intel/SilentInstallConfigFile.ini
file:///usr/DownLoad/Intel/SilentInstallFParser.awk
file:///usr/DownLoad/Intel/zwtiso.nfo
I fellow the steps as the installation guide: ./install.sh ... However,I am failed, the fellowing is the messages:
[root@localhost Intel]# ./install.sh
./install.sh: line 136: pushd: ./instman: No such file or directory
./install.sh: line 147: ./secore: No such file or directory
./install.sh: line 154: popd: directory stack empty
[root@localhost Intel]#
so I install the intel-isubh9-9.0-030.i386.rpm and intel-icc9-9.0-030.i386.rpm,the compiler also does not work.
I want to know how to install this compiler,please help me ,thank you !
0 Kudos
3 Replies
TimP
Honored Contributor III
381 Views
Do you mean ISO? Assuming you unpacked the tar.gz file using tar or equivalent, it looks like you may have run out of disk space, or don't have permission for mkdir.
0 Kudos
chbq
Beginner
381 Views
I have download another package of intel c++ for linux from the intel website,that is a tar.gz package,I fellow the steps and successfully installed the intel c++ for linux, However,I don't use that ISO package.
0 Kudos
John_O_Intel
Employee
381 Views

Hi,

Glad you were able to install the compilers. One of the developers looked at this and reported the problem is you didn't seem to have the /instman directory, which could be due to running out of disk space or from accessing an incomplete compiler package.

regards,

_|ohnO

0 Kudos
Reply