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

Can icc work with portage

wang__zhenjie
Beginner
404 Views

Today 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.

icpc  -march=native -O2 -pipe -fPIC -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -DRAR_SMP -DRARDLL -c ../rar.cpp

Error: A license for Comp-CL is not available (-9,57).

License file(s) used were (in this order):
**  1.  /opt/intel/compilers_and_libraries_2018.1.163/linux/licenses
**  2.  /opt/intel/licenses/((((my licenses)))).lic
...
Please refer http://software.intel.com/sites/support/ for more information..

icpc: error #10052: could not checkout FLEXlm license
make: *** [../makefile:132: rar.o] Error 1

 

0 Kudos
0 Replies
Reply