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

Can't Install Intel C++ Composer XE for Linux

noloader
Beginner
350 Views

I'm trying to install Intel® C++ Composer XE for Linux (composer_xe_2013_sp1.0.080). It is the academic version (), and was downloaded about 1 hour ago.

I try to accept defaults before the actual install, but the installation program forces me to chose and installation directory. At the prompt, I enter "/opt", or "/opt/", or "/opt/intel", or "/opt/intel/". The installation program simply loops back around as if I did not enter anything.

I've run the program through `sudo`, and even dropped into a root terminal with `su -` to ensure sudo was not dropping too soon.

How do I fix this? Its incredibly annoying behavior.

Thanks in advance.

0 Kudos
2 Replies
noloader
Beginner
350 Views

$ ls -l *.tgz
-rw-rw-r-- 1 jwalton jwalton 2693495963 Sep 16 22:11 3380\l_ccompxe_2013_sp1.0.080.tgz
$ sha1sum  3380\\l_ccompxe_2013_sp1.0.080.tgz
\f34e67a1b9e6f5c774c5796f11ae5f31bda824d3  3380\\l_ccompxe_2013_sp1.0.080.tgz
$ md5sum  3380\\l_ccompxe_2013_sp1.0.080.tgz
\4af1e578b4cbac10281ea7638a5cf45c  3380\\l_ccompxe_2013_sp1.0.080.tgz

0 Kudos
noloader
Beginner
350 Views

Ubuntu 13 (x64):
$ uname -a
Linux ubuntu 3.8.0-27-generic #40-Ubuntu SMP Tue Jul 9 00:17:05 UTC 2013 x86_64 x86_64 x86_64 GNU/Linux

0 Kudos
Reply