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.
Thank you for your help.
链接已复制
14 回复数
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.
$(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.
Quoting - Steve Lionel (Intel)
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.
$(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"
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?
Quoting - Steve Lionel (Intel)
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.
Quoting - Steve Lionel (Intel)
Ok. Does the folder C:Program FilesIntelCompiler11.138binia32 exist and does it contain ifort.exe? Please attach the buildlog.htm from the Debug or Release folder after a failed build.
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
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
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 "Release/Resource1.res" "C:RTModelssf6inclResource1.rc"
The Fortran compiler (ifort.exe) cannot be found.
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 "Release/Resource1.res" "C:RTModelssf6inclResource1.rc"
The Fortran compiler (ifort.exe) cannot be found.
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.
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
