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

Trouble after installation of Visual Fortran 9.0

simon_breton
Beginner
475 Views
Hello,
I have installed the trial version of Intel Visual Fortran Compiler 9.0, and I think there is a problem with my installation.

Using the command line, I am first trying to set up the compiler environment by running CompilerFortran9.0IA32inifortvars.bat.

It is not working as I am getting ifort: error: could not find bin

I also tried to see if the installation was made correctly as was written in the getting started guide by going into CompilerFortran9.0Docssamples

and typing: ifort int_sin.f90 /O0

I should then have gotten a file with the name int_sin.exe. However, I got once again ifort: error: could not find bin, and I got a file int_sin_sin.opj, not int_sin.exe.

Should I try to install it again, or is there an easy way to understand what the problem is?

Thank you,

S. Breton

0 Kudos
1 Reply
TimP
Honored Contributor III
475 Views
If the ifortvars.bat and ifort.cfg have not been set up correctly, with the path to the Microsoft C in directory, you may get such a message.
When ifort is able to make .obj files, but fails to link, an incorrect path in ifort.cfg to the Microsoft CL is likely to be at fault.
If you are installing onto Visual Studio, there may be a pop-up window asking you to browse to the Visual Studio installation. If Visual Studio is not recognized, the automatic installation editing of ifortvars.bat and ifort.cfg will fail.
0 Kudos
Reply