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

cannot find "cl"

hongshengguo
Beginner
445 Views

I installed Intel Fortran Compiler (v9.1). While I compiled my Fortran programs on the IA-32 applications window, everything is fine. However, when I used the EM64T-based applications window, an error message "could not find 'cl'" always came, even I compile a simplest Fortran code and use the command 'ifort'.

The operating system of my computer is Windows XP professional X64 edition.

Anyone please tell me the reason for the error message?

0 Kudos
1 Reply
TimP
Honored Contributor III
445 Views
In several installation scenarios, you must add Microsoft 64-bit C++ support, then repeat the ifort installation. Microsoft installations which don't have 64-bit options will not work. For example, VS2003 and earlier versions don't have any 64-bit support. In some (unsupported) situations, you must add paths to Microsoft tools by text editor, in ifort .cfg. Please check the instructions for the procedure you use. If this doesn't clear it up, please give more information on what you have done.
0 Kudos
Reply