| January 12, 2010 12:00 AM PST | |
Problem :
When using the compiler you see the following error message
Environment :
Intel(R) 64 , IA32, Windows* 7, Linux*
Root Cause :
Windows*: Service “FLEXnet Licensing Service 64” can not be installed by non-administrator users on Windows 7.
Linux* : The library path being not set.
Windows* Workaround:
Run icl as administrator once.
Steps:
1. Go to start -> All Programs -> Intel(R) Software Development Tools -> Intel(R) C++ Compiler Professional 11.1.0xx > C++ Build Environment for application running on Intel(R) 64
2. run command:
You will be prompted to input administrator’s password. This step will trigger icl to install the Windows service “FLEXnet Licensing Service 64”.
Linux* Workaround:
Set the paths using command below. Use source or . , depending on your shell.
'source <installDir>/bin/compilervars.sh <arch> '
or
' . <installDir>/bin/compilervars.sh <arch>'
where <arch> is ia32 or intel64
When using the compiler you see the following error message
"error #10310: Failed to enable trusted storage check for licensing: Warning" Enable Trusted Storage failed (flexnet error code 20). Trusted Storage based licence could "
Environment :
Intel(R) 64 , IA32, Windows* 7, Linux*
Root Cause :
Windows*: Service “FLEXnet Licensing Service 64” can not be installed by non-administrator users on Windows 7.
Linux* : The library path being not set.
Windows* Workaround:
Run icl as administrator once.
Steps:
1. Go to start -> All Programs -> Intel(R) Software Development Tools -> Intel(R) C++ Compiler Professional 11.1.0xx > C++ Build Environment for application running on Intel(R) 64
2. run command:
runas /user:administrator "icl /v"
You will be prompted to input administrator’s password. This step will trigger icl to install the Windows service “FLEXnet Licensing Service 64”.
Linux* Workaround:
Set the paths using command below. Use source or . , depending on your shell.
'source <installDir>/bin/compilervars.sh <arch> '
or
' . <installDir>/bin/compilervars.sh <arch>'
where <arch> is ia32 or intel64
Do you need more help?
This article applies to: Intel® C++ Compiler for Linux* Knowledge Base, Intel® C++ Compiler for Windows* Knowledge Base, Intel® Fortran Compiler for Linux* Knowledge Base, Intel® License Manager for FLEXlm* Knowledge Base, Intel® Visual Fortran Compiler for Windows* Knowledge Base
For more complete information about compiler optimizations, see our Optimization Notice.
Comments (0) 
Trackbacks (0)
Leave a comment 
To obtain technical support, please go to Software Support.

