I have recently acquired a copy of Microsoft Visual Studio 2012 and Intel Parallel Studio Visual Fortran Compiler XE 2013.
When I attempt to run a simple Fortran Program through the command prompt, I get the following error message
ifort: error #10037: Could not find 'link'
I don't really think this is an installation issue. This was how my installation procedure went:
1) Install Intel Parallel Studio XE 2013
2) Install Microsoft Visual Studio 2012
3) Uninstall Intel Parallel Studio XE 2013
4)Re-install Intel Parallel Studio XE 2013
The reason for steps 3) and 4) was that I could not see Fortran project types in Visual Studio after step 2). Steps 3) and 4) fixed this.
I would much rather fix this without having to install, uninstall or repair any of the above software. Thanks.