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

icc: command not found

Xiaoyu_W_
Beginner
2,122 Views

Hello all,

I have installed intel parallel studio successfully and when I type "icc -v", it shows:

icc version 18.0.2 (gcc version 4.8.5 compatibility)

and when I type "which icc", it shows:

/opt/intel/compilers_and_libraries_2018.2.199/linux/bin/intel64/icc

But when I tried to use icc to compile something "icc hello.c -o test.o", it is saying that I don't have icc.

icc: command not found

I will appreciate any help. Thanks.

0 Kudos
1 Reply
jimdempseyatthecove
Honored Contributor III
2,122 Views

Use:   icl

Jim Dempsey

0 Kudos
Reply