Software Archive
Read-only legacy content
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.
17060 Discussions

Error spawning df.exe

Intel_C_Intel
Employee
877 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
877 Views
make sure df.exe directory is set in the path.
0 Kudos
Steven_L_Intel1
Employee
877 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