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

Command compile for CVF

Deleted_U_Intel
Employee
403 Views

I used CVF to compile and execute files from command (actually itis executed from another an old program. I need to setup the configuration file.). But I cannot do it now (I have not used it for a while). I always get some error message like LNK1181. An example that I used:

Fl32 file1.obj file2.for file3.exe

(file1.obj: existing OBJ file; file2: new F77 file)

Version: VF6.0

Thank you very much.

James

0 Kudos
3 Replies
Steven_L_Intel1
Employee
403 Views
That would not be a correct command. Use instead:

df /exe:file3.exe file2.for file1.obj

Make sure that file1.obj was compiled by CVF (or MSVC) and not some other Fortran compiler.
0 Kudos
Steven_L_Intel1
Employee
403 Views
I doubt you found that in VC98in. VC98lib, yes.

You should not need to do this if you have established the command environment properly. Do this either by using the "Fortran Command Prompt" shortcut provided in the CVF Start Menu program group, or run DF98indfvars.bat from your script or command prompt window.
0 Kudos
james_gu
Beginner
403 Views

Thank you, Steve. I did not setup the environment properly. It is very helpful!

James

0 Kudos
Reply