When I specify to use the Intel C++ Compiler to compile C or C++ files via Build Rules or choosing the Intel Compiler under Build Settings -> Build Options -> Compiler for C/C++/Objective-C, the linker changes to icpc-13.0. Is there anyway to compile the c++ files with the Intel compiler but maintain ifort as the linker for the final binary?
Cannot link using ifort when Intel C++ XE 13.0 installed in XCode.
Hi all..
I have a mixed c++, fortran 90 project.
When I specify to use the Intel C++ Compiler to compile C or C++ files via Build Rules or choosing the Intel Compiler under Build Settings -> Build Options -> Compiler for C/C++/Objective-C, the linker changes to icpc-13.0. Is there anyway to compile the c++ files with the Intel compiler but maintain ifort as the linker for the final binary?
Thanks