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

mt.exe not found

David_Sampson
Beginner
776 Views
I am trying out the Intel Fortran complier 11.1.065. I have searched this site but failed to find an answer specific to my system. Myapologiesif this post is redundant.
MS Visual Studio 2008
Version 9.0.30729.1.SP
with the .NET Framework
Version 3.5 SP!
Upon trying to build my program I am getting the error mt.exe not found. A search of my hard disk places this exe in my SDK\\Ver 2.0\\bin folder..... how do I configure my program to rectify this problem?
pls,
david
0 Kudos
2 Replies
mecej4
Honored Contributor III
776 Views
The pathname of the directory containing mt.exe should be part of the executable search path. If you are using the command line build process, check the environmental variable PATH. If using the IDE, check the corresponding entry in the Executable Files settings tab.
0 Kudos
David_Sampson
Beginner
776 Views
Hi,
Thanks. I will check; I am using Visual Studio
0 Kudos
Reply