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.
29285 Discussions

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

criga
Beginner
754 Views

I installed Intel Fortran. When I compile for 32bit in the command line, it works great. When I try the same for 64bit I in the command line, I get

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

I thought I had resolved that before, but can't remember how. Was it something that needed to be installed separately?

Thanks, Chris

0 Kudos
1 Reply
Steven_L_Intel1
Employee
754 Views

Configure Visual Studio for 64-bit Applications

If you are using Microsoft Visual Studio 2005* or 2008 and will be developing 64-bit applications (for the Intel 64 or IA-64 architectures) you may need to change the configuration of Visual Studio to add 64-bit support.

If you are using Visual Studio 2005/2008 Standard Edition or Visual Studio 2005 Premier Partner Edition, no configuration is needed to build Intel 64 architecture applications.

For other editions:

  1. From Control Panel > Add or Remove Programs, select Microsoft Visual Studio 2005 (or 2008) > Change/Remove. The Visual Studio Maintenance Mode window will appear. Click Next.
  2. Click Add or Remove Features
  3. Under Select features to install, expand Language Tools > Visual C++
  4. If the box X64 Compiler and Tools is not checked, check it, then click Update. If the box is already checked, click Cancel.

To use Microsoft Visual Studio 2005/2008 Team System Edition to build applications to run on IA-64 architecture systems, follow the above steps and ensure that the box Itanium Compiler and Tools is checked.

0 Kudos
Reply