- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi, I installed the Intel Fortran compiler version 9.0 and when I open the "Build Environment For IA-32 application" window
it says that the sys cannot find the path specified. Please advise, thanks, Harel.
it says that the sys cannot find the path specified. Please advise, thanks, Harel.
Link Copied
6 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Quoting - HD
Hi, I installed the Intel Fortran compiler version 9.0 and when I open the "Build Environment For IA-32 application" window
it says that the sys cannot find the path specified. Please advise, thanks, Harel.
it says that the sys cannot find the path specified. Please advise, thanks, Harel.
The setup program asks if you want to register your path variables... Did you do that? Maybe try a re-install.
Here are my path settings, maybe this helps, the name of the variable is bold:
IFORT_COMPILER11 C:Program FilesIntelCompiler11.075fortran
INCLUDE C:Program FilesMicrosoft Visual StudioDF98IMSLINCLUDE;C:Program FilesMicrosoft Visual StudioDF98INCLUDE;C:Program FilesMicrosoft Visual StudioVC98INCLUDE
INTEL_LICENSE_FILE C:Program FilesCommon FilesIntelLicenses
LIB C:Program FilesMicrosoft Visual StudioDF98IMSLLIB;C:Program FilesMicrosoft Visual StudioDF98LIB;C:Program FilesMicrosoft Visual StudioVC98LIB
PATH %IFORT_COMPILER11%libia32;C:Program FilesIntelCompiler11.075fortranmklia32bin;C:Program FilesIntelCompiler11.074fortranmklia32bin;C:Program FilesIntelCompiler11.072fortranmklia32bin;C:Program FilesIntelCompiler11.066fortranmklia32bin;C:Program FilesMicrosoft Visual StudioCommonTools;C:Program FilesMicrosoft Visual StudioCommonMsdev98BIN;C:Program FilesMicrosoft Visual StudioDF98BIN;C:Program FilesMicrosoft Visual StudioVC98BIN
Markus
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Quoting - HD
Hi, I installed the Intel Fortran compiler version 9.0 and when I open the "Build Environment For IA-32 application" window
it says that the sys cannot find the path specified. Please advise, thanks, Harel.
it says that the sys cannot find the path specified. Please advise, thanks, Harel.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thx Markus, I reinstalled and below variables exist now. I also changed in the ifortvars.bat file the call from"BinVcvars32.bat" to "C:Program FilesMicrosoft Visual Studio 8VCBinVcvars32.bat". Now when I hit the IA-32 window I see the following message "setting environemt for using Microsoft Visual Studio 2005 x86 tools". Also,when I open Visual studio I do not see that Fortran is available. I noticed that in your LIB and PATH variables Visual studio is included but as you see below in mine it is not (but the variable VS80COMNTOOLS exists). One last comment, I just need the fortran compiler to run the software S-ADAPT (http://bmsr.usc.edu/Software/ADAPT/SADAPTsoftware.html). Please advise, Harel.
Path ....;%IFORT_COMPILER90%IA32Bin
IFORT_COMPILER90 C:Program FilesIntelCompilerFortran9.0
INCLUDE %IFORT_COMPILER90%IA32Include
INTEL_LICENSE_FILE C:Program FilesCommon FilesIntelLicenses
LIB %IFORT_COMPILER90%IA32Lib
VS80COMNTOOLS C:Program FilesMicrosoft Visual Studio 8Common7Tools
Path ....;%IFORT_COMPILER90%IA32Bin
IFORT_COMPILER90 C:Program FilesIntelCompilerFortran9.0
INCLUDE %IFORT_COMPILER90%IA32Include
INTEL_LICENSE_FILE C:Program FilesCommon FilesIntelLicenses
LIB %IFORT_COMPILER90%IA32Lib
VS80COMNTOOLS C:Program FilesMicrosoft Visual Studio 8Common7Tools
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
If your vcvars32.bat actually ran, you would see the PATH variables and the like which are set there along with those set directly in ifortvars.bat. A simple test to see whether it worked:
CL /?
CL /?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
The Visual Studio environment does not use environment variables to locate compilers and libraries. If you don't see Intel Fortran in Visual Studio, try running the attached program. (I am not sure this will work with version 9.0 - can you use a newer compiler version?)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Quoting - Steve Lionel (Intel)
The Visual Studio environment does not use environment variables to locate compilers and libraries. If you don't see Intel Fortran in Visual Studio, try running the attached program. (I am not sure this will work with version 9.0 - can you use a newer compiler version?)

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page