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

How do I compile and Link from a DOS command line?

markmerritt
Beginner
777 Views
Can anyone refer me to a resource that explains how to compile and link from a DOS window command line? I'd like to know the available options and be able to see examples of how it's done.

Much Thanks!
0 Kudos
3 Replies
markmerritt
Beginner
777 Views
BTW. I'm using Compaq visual Fortran, version 6.6.
0 Kudos
TimP
Honored Contributor III
777 Views
On your Windows Start menu, you should have a selection with the choice of starting the compiler under GUI or opening a command prompt window where the compiler paths are set up. In that window, your options begin with a simple
DF myhelloworld.f
and run the resulting .exe
One of the strengths of that compiler was relatively good starting advice, which you might consider using.
0 Kudos
Steven_L_Intel1
Employee
777 Views
The CVF Programmer's Guide has an entire chapter on this topic.
0 Kudos
Reply