- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I have been supplied with a makefile that should build a DLL for me that is compatible with a third party app.
When I run it in project directory from within the VS command prompt window, it bombs out with
'ifort' not recognised as an internal or external command.
I gathered from the IVF composer help that when opening the VS command prompt that it took care of initializing all the required environment variables. Clearly I was misinformed.
What is the prescribed method of getting nmake to work on teh command line?
TIA
P.S> I NEVER use the command line to build, so NMAKE etc. is all new to me. I would rather , if possible, convert the makefile stuff into project properties in the VS environment. Especially as the linker flags are extensive, there are loads of .OBJ files and I see a makefile section on Fortran module dependencies, which I have no wish to get into.
When I run it in project directory from within the VS command prompt window, it bombs out with
'ifort' not recognised as an internal or external command.
I gathered from the IVF composer help that when opening the VS command prompt that it took care of initializing all the required environment variables. Clearly I was misinformed.
What is the prescribed method of getting nmake to work on teh command line?
TIA
P.S> I NEVER use the command line to build, so NMAKE etc. is all new to me. I would rather , if possible, convert the makefile stuff into project properties in the VS environment. Especially as the linker flags are extensive, there are loads of .OBJ files and I see a makefile section on Fortran module dependencies, which I have no wish to get into.
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Depending on what parts of Visual Studio, Intel C and Intel Fortran you have installed, and whether you have Visual Studio Shell or the full Visual Studio, you may have more than one Command Window accessible through the Start Menu. You have to choose the one suited for Fortran development.
Look for something resembling
Start->Intel Parallel Studio XE 1022
->Command Prompt
->Parallel Studio XE with Intel Compiler XE v12.1
->IA-32 Visual Studio 2010 mode
Look for something resembling
Start->Intel Parallel Studio XE 1022
->Command Prompt
->Parallel Studio XE with Intel Compiler XE v12.1
->IA-32 Visual Studio 2010 mode

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