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

Windows IFC running on Windows 7 on Mac using Parallels Desktop.

Brian_Allison
Beginner
1,101 Views
So I have a Macbook Pro and I install Windows 7 using parallels desktop. I installed IFC 11 and tried to compile in my windows enviroment. I am getting an error right after it starts to compile.
NMAKE : fatal error U1045: spawn failed : No error.
Any suggestions?
0 Kudos
5 Replies
Steven_L_Intel1
Employee
1,101 Views
I am not aware that normal use of the compiler on Windows (either using "ifort" from the command line or from Visual Studio) invokes NMAKE. What exactly are you doing that NMAKE runs?
0 Kudos
Brian_Allison
Beginner
1,101 Views
I guess that I should mention that IFC works fine with our code on a PC, Linux and mac. It just is having problems on my mac running in windows using parallels desktop.
the command line that I use is: nmake -f makerw(make file) opt="intl"(tell the make file if I am using IFC or CFC)
0 Kudos
Steven_L_Intel1
Employee
1,101 Views
Doers nmake work at all? Or is this an error that comes from a particular rule in the makefile? Have you started a "Fortran Build Environment" window to run NMAKE from?
0 Kudos
Brian_Allison
Beginner
1,101 Views
If I just type in nmake and hit return in an INTEL Fortran CMD window. This is what I get.

Microsoft Program Maintenance Utility Version 9.00.21022.08
Copyright (C) Microsoft Corporation. All rights reserved.
NMAKE : fatal error U1064: MAKEFILE not found and no target specified
Stop.
The nmake file works fine on other machines. I don't know if this makes a difference, but I am running IFC on a virtual machine running Windows 7 created by parallels desktop.
0 Kudos
Brian_Allison
Beginner
1,101 Views
Ok, I think that I figured it out. I am trying to compile to an external drive. I copied the files to the mac and now it works. weird.
0 Kudos
Reply