Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
29276 Discussions

ifort: error #10037: could not find 'link'

Venkat_Aitharaju
Beginner
578 Views

I get folowing error while compiling a Fortran program. Please let me know how to resolve.
ifort: error#10037 could not find link

0 Kudos
1 Reply
Steven_L_Intel1
Employee
577 Views
The most common cause of this is trying to build a 64-bit application when you have not installed the Visual Studio 64-bit support. I would need to see the whole buildlog.htm from the Debug or Release folder to know more. The Fortran release notes have instructions on how to configure Visual Studio to include the 64-bit support.
0 Kudos
Reply