Open
Description
When configuring a C++ compilation with
<cpp><name> icpc performs correctly. The Intel compiler is called to create the object files.
However, <linker> <name> icpc is not recognized. Only g++is available for linking. The icpc compiler needs g++ and I cannot make a link from g++ to icpc.
Is there a way to force to use our own linker please?
Thank you in advance.