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

Can icc work with portage

boys__kullboys1
Beginner
451 Views
Hello everyone 
 
I am trying to emerge a package on Gentoo Linux.   
 
It always fails because of `Error: A license for Comp-CL is not available (-9,57).`
 
I can compile the same package out of portage.
 
the error is as following.
 
1
icpc  -march=native -O2 -pipe -fPIC -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -DRAR_SMP -DRARDLL -c ../rar.cpp
2
 
3
Error: A license for Comp-CL is not available (-9,57).
4
 
5
License file(s) used were (in this order):
6
**  1.  /opt/intel/compilers_and_libraries_2018.1.163/linux/licenses
7
**  2.  /opt/intel/licenses/((((my licenses)))).lic
8
...
view sourceprint?
1
Please refer http://software.intel.com/sites/support/ for more information..
2
 
3
icpc: error #10052: could not checkout FLEXlm license
4
make: *** [../makefile:132: rar.o] Error 1
Thanks. 
0 Kudos
1 Reply
Viet_H_Intel
Moderator
451 Views

 

Do you know where your license file reside?

Thanks,

Viet

0 Kudos
Reply