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

can not find ifort.exe

shahman
Beginner
2,251 Views
I installed latest version of fortran visual complier for windows OSand installing visual 2005 service pack 1 andits update.When compilingi get "ifort.exe can not be found".I have Windows Vista.
Thank you for your help.
0 Kudos
14 Replies
Steven_L_Intel1
Employee
2,251 Views

How are you doing the compile? From command line or Visual Studio?


0 Kudos
shahman
Beginner
2,251 Views

How are you doing the compile? From command line or Visual Studio?



From Visual Studio
0 Kudos
Steven_L_Intel1
Employee
2,251 Views
Ok. In Visual Studio, select Tools > Options > Intel Visual Fortran > Compilers. In the lower right is a Reset button. Click it. Now click on the "..." button to the right of "Executables". It should show you a list that looks like this:

$(IFortInstallDir)binia32
$(CommonProgramFiles)IntelShared FilesIa32Bin
$(VSInstallDir)Common7IDE
$(VCInstallDir)BIN
$(VSInstallDir)Common7Tools
$(VSInstallDir)Common7Toolsbin
$(FrameworkDir)$(FrameworkVersion)
$(WindowsSdkDir)bin
$(PATH)

Click Ok and try your build again. Let me know what happens.
0 Kudos
shahman
Beginner
2,251 Views
Ok. In Visual Studio, select Tools > Options > Intel Visual Fortran > Compilers. In the lower right is a Reset button. Click it. Now click on the "..." button to the right of "Executables". It should show you a list that looks like this:

$(IFortInstallDir)binia32
$(CommonProgramFiles)IntelShared FilesIa32Bin
$(VSInstallDir)Common7IDE
$(VCInstallDir)BIN
$(VSInstallDir)Common7Tools
$(VSInstallDir)Common7Toolsbin
$(FrameworkDir)$(FrameworkVersion)
$(WindowsSdkDir)bin
$(PATH)

Click Ok and try your build again. Let me know what happens.

I get the same error "fortran compiler can not find ifort.exe"
0 Kudos
Steven_L_Intel1
Employee
2,251 Views

Is it possible that you installed, say, the "intel64" compiler only and not the IA-32 compiler? What was the name of the downloaded file?

If you select Start > Programs > Intel Software Development Tools > Intel Visual Fortran Professional 11.1.038, there should be one or more "Build Environment" shortcuts displayed. What are their full names?
0 Kudos
shahman
Beginner
2,251 Views

Is it possible that you installed, say, the "intel64" compiler only and not the IA-32 compiler? What was the name of the downloaded file?

If you select Start > Programs > Intel Software Development Tools > Intel Visual Fortran Professional 11.1.038, there should be one or more "Build Environment" shortcuts displayed. What are their full names?

The file is w_cprof_p_11.1.038_ia32. When I select Start>Program>intel Software Development Tools>Intel Visual Fortran compiler Professional 11.1.038 I have the following files;
Documentation
Fortran Build Environment for app
Getting Started
Release Notes
That is all.
0 Kudos
Steven_L_Intel1
Employee
2,251 Views

Ok. Does the folder C:Program FilesIntelCompiler11.1�38binia32 exist and does it contain ifort.exe? Please attach the buildlog.htm from the Debug or Release folder after a failed build.
0 Kudos
shahman
Beginner
2,251 Views

Ok. Does the folder C:Program FilesIntelCompiler11.1�38binia32 exist and does it contain ifort.exe? Please attach the buildlog.htm from the Debug or Release folder after a failed build.
Inthe "C:program fileintel" I have only one folder"Download"
If I click on Download I get another folder "w_cprof_p_11.1.038_ia32". If I open that folder I have follwing folder
1033
fli
installs
licenses
plugin
and the follwoing files
autorun.inf
FNP_Act_Insatller.dll
fsupport.txt
libeay32.dll
libexpat.dll
libssl32.dll
Setup.exe
Setup_FNP.dll
SS_Asr.xml
ssleay32.dll
0 Kudos
shahman
Beginner
2,251 Views
Quoting - shahman
Inthe "C:program fileintel" I have only one folder"Download"
If I click on Download I get another folder "w_cprof_p_11.1.038_ia32". If I open that folder I have follwing folder
1033
fli
installs
licenses
plugin
and the follwoing files
autorun.inf
FNP_Act_Insatller.dll
fsupport.txt
libeay32.dll
libexpat.dll
libssl32.dll
Setup.exe
Setup_FNP.dll
SS_Asr.xml
ssleay32.dll

Here is the output from buil log
Deleting intermediate files and output files for project 'airsol80', configuration 'Release|Win32'.
Compiling resources...
Rc /fo &quotRelease/Resource1.res" &quotC:RTModelssf6inclResource1.rc"
The Fortran compiler (ifort.exe) cannot be found.
0 Kudos
shahman
Beginner
2,251 Views
Quoting - shahman

Here is the output from buil log
Deleting intermediate files and output files for project 'airsol80', configuration 'Release|Win32'.
Compiling resources...
Rc /fo &quotRelease/Resource1.res" &quotC:RTModelssf6inclResource1.rc"
The Fortran compiler (ifort.exe) cannot be found.
Do you have any further suggestion. Thanks
0 Kudos
Steven_L_Intel1
Employee
2,251 Views
Yes - it seems that something deleted the installed files. Please uninstall Intel Visual Fortran asnd reinstall it.
0 Kudos
shahman
Beginner
2,251 Views
Quoting - shahman
Do you have any further suggestion. Thanks

Steve,
I ran the w_cprof_p_11.1.038_ia32.exe once more. It brought a dialog with three options; modify, repair, and unistall. I chose repair. Now in the Program file>Intel I have two folers; download and compiler. Before I did not have the compiler folder. SO NOW WHEN I TRY TO COMPILE I DO NOT GET "ifort.exe" not found. That is very good.
However, when I build the project from visual studio, It hangs and when cancel the build I get the following message:

1>------ Build started: Project: airsol80, Configuration: Release Win32 ------
1>Compiling with Intel Visual Fortran 11.1.038 [IA-32]...
1>chmset.for
1>airsol80 : error PRJ0019: A tool returned an error codeIntel Visual Fortran cannot terminate all build processes when using Windows NT. Use the Task Manager to terminate any build processes that are still running.
1>Project : warning PRJ0018 : The following environment variables were not found:
1>$(WindowsSdkDir)
1>
1>Build log written to "file://C:RTModelsairsol80ReleaseBuildLog.htm"
1>airsol80 - 2 error(s), 0 warning(s)


I have the $(WindowsSdkDir) defined in the visual studio Tool>option>intel>executables.
I apprecite your help.
0 Kudos
shahman
Beginner
2,251 Views
Quoting - shahman

Steve,
I ran the w_cprof_p_11.1.038_ia32.exe once more. It brought a dialog with three options; modify, repair, and unistall. I chose repair. Now in the Program file>Intel I have two folers; download and compiler. Before I did not have the compiler folder. SO NOW WHEN I TRY TO COMPILE I DO NOT GET "ifort.exe" not found. That is very good.
However, when I build the project from visual studio, It hangs and when cancel the build I get the following message:

1>------ Build started: Project: airsol80, Configuration: Release Win32 ------
1>Compiling with Intel Visual Fortran 11.1.038 [IA-32]...
1>chmset.for
1>airsol80 : error PRJ0019: A tool returned an error codeIntel Visual Fortran cannot terminate all build processes when using Windows NT. Use the Task Manager to terminate any build processes that are still running.
1>Project : warning PRJ0018 : The following environment variables were not found:
1>$(WindowsSdkDir)
1>
1>Build log written to "file://C:RTModelsairsol80ReleaseBuildLog.htm"
1>airsol80 - 2 error(s), 0 warning(s)


I have the $(WindowsSdkDir) defined in the visual studio Tool>option>intel>executables.
I apprecite your help.

STEVE- I WANT TO THANK YOU VERY MUCH FOR YOUR HELP. WITH ALL THE HINT YOU PROVIDED TO ME I COULD RESOLVE MY PROBELM. I UNINSTALLED AND INSTALLED. NOW IT WORKS LIKE A CHARM. THANK YOU AGAIN FOR YOUR GREAT SUPPORT. HAVE A GOOD DAY
0 Kudos
Steven_L_Intel1
Employee
2,251 Views
I'm glad to hear it!
0 Kudos
Reply