Software Archive
Read-only legacy content
17061 Discussions

Error spawning df.exe

Intel_C_Intel
Employee
835 Views
I'm trying to install and configure Visual Fortran 6.5 and receiving this error when attempting to build the sample celsius.for source file. If I execute df from the command line the program builds without errors.

Can someone help me diagnose this problem.

Thanks.
0 Kudos
2 Replies
Intel_C_Intel
Employee
835 Views
make sure df.exe directory is set in the path.
0 Kudos
Steven_L_Intel1
Employee
835 Views
The usual cause of this error is not running Per-User Setup after installation. This is in the Visual Fortran program group.

If you are using Developer Studio, the PATH environment variable does not matter. The compiler is looked for in the set of directories listed at Tools..Options..Directories..Show Directories For..Executable files.

With some users, we have seen that they are missing the COMSPEC environment variable, or have a bad one - this can also cause the problem.

Steve
0 Kudos
Reply