Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.

Error #10037: could not find 'link'

Jamel_Peters
Beginner
683 Views
Hi,
I am presently testing the evaluation version of the visual fortran complier for win32 system and I already have MS visual studio installed. I get this error when ever i am tryin gto compile a file. Error #10037: could not find 'link'. Am I suppose to see this with the evaluation version ?

intelavrol
0 Kudos
2 Replies
TimP
Honored Contributor III
683 Views
No, if you install on one of the supported versions of Visual Studio, the ifort installer should automatically set up the path to the VS link.exe. If not a supported version of VS, you may have to specify the path in ifort.cfg in the compiler installation (or specify /Qlocation every time in your command line switches)
(following is for VS2008, for which it would be taken care of by the installer):
C:\Program Files\Intel\Compiler\11.1\060\bin\ia32\ifort.cfg
# This Configuration file may be used for additional switches
-Qlocation,link,"C:\Program Files\Microsoft Visual Studio 9.0\VC\bin"
-assume:minus0,protect_parens,buffered_io,byterecl
-Qprec-div -Qprec-sqrt

0 Kudos
Steven_L_Intel1
Employee
683 Views
I don't recommend editing ifort.cfg for this. Which version of VS do you have installed? In VS, please do Help > About, click Copy Info, and paste the result into a reply here.

What was the name of the Fortran installer file you downloaded?
0 Kudos
Reply