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

Intel Fortran v9.1 installation problem

rojapuva
초급자
680 조회수

Hello,

I am getting the following error msg when Icompleted installing Fortran:

"ifort: command line error: no files specified"

Any idea what it means? also, is it necessary to have the Visual C++ installed before I attempt to install Fortran for 32-bit applications?

Any advice will be greatly appreciated.

Thanks!

0 포인트
3 응답
TimP
명예로운 기여자 III
680 조회수
Command line invocation goes like
ifort yourfile.f
The message says you didn't supply yourfile.f.
You should install VC++ first, so that the ifort installation can set up the correct paths for Microsoft link and libraries. If you install VC++ afterwards, the ifort installation can be fixed with a repair selection.
0 포인트
rojapuva
초급자
680 조회수

I was installing this to compile other softwareusing Fortran. Previously I used compaq and itdidn't have much prereqs. so it was much easier to install.

Do you by any chance know if I can get a free VC++ download which will work with this version for the time being?

Thanks for your help.

0 포인트
TimP
명예로운 기여자 III
680 조회수
Several options for acquiring the Microsoft components have been discussed on this forum. Most popular lately is VS2005 Express, which supports ifort command line. ifort 10 has an option called PPE which provides integrated Microsoft GUI component support (but no C++).
0 포인트
응답