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

Linker with Intel C++ compiler

abhijeet_thatte
Beginner
268 Views
Hi,
I am using Intel c++ compiler with VC++. If I understand correctly then xilink (Intel linker) makes a call to VC++ linker (link). Please, let me know if my understanding is correct as I am planning to use my current VC++ linker options as it is when shifting to Intel c++.
Thanks
0 Kudos
1 Reply
Om_S_Intel
Employee
268 Views
Yes. xilink may call the Intel compilerto do some multifile optimzation before calling Microsoft linke to make executable. If you using Intel compiler the it would be better to call xilink for linking and let the xilink decide when to call the microsoft linker.


0 Kudos
Reply