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

ifort: error: could not find 'Bin'

cria_ro
Beginner
478 Views
Do you know what does this error mean? If i run ifort simple it says the usuual error , that no input file was given. If I try to compile a file in using command line I get this error: "ifort: error: could not find 'Bin'".

Cristian
0 Kudos
3 Replies
Steven_L_Intel1
Employee
478 Views
You did not have one of the required Microsoft products installed (Visual C++.NET 2002 or 2003, or Visual Studio.NET 2002 or 2003). When you obtain and install one of these, uninstall and reinstall Intel Fortran.
0 Kudos
raman1459
Beginner
478 Views
I have the same problem as well, except that I already have MS Visual Toolkit C++ 2003 installed prior to the FORTRAN installation. Since then I have unistalled and re-installed but have not been able to bypass this message.
Any other ideas?
Thanks
Ram
0 Kudos
Steven_L_Intel1
Employee
478 Views
Visual C++ Toolkit is not the same as Visual C++ Standard Edition or higher. See here for information on setting things up with the Toolkit.
0 Kudos
Reply