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

Command Line Link Error

moranding
Beginner
1,115 Views
I am trying to link a fortran routine with a DLL using the command line DF from a DOS window. I keep getting a LINK1181 error saying "cannot open the input file dfor.lib". This is the library used for console mode. Even if I use /NODEFAULTLIB:dfor.lib or /NODEFAULTLIB:dfconsole, I still get this error. I am running CVF on an XP Xeon machine. Any help would be appreciated.
TIA
0 Kudos
1 Reply
Steven_L_Intel1
Employee
1,115 Views
Did you start your session with the "Fortran Command Prompt" shortcut in the Visual Fortran program group? This defines various environment variables you need.
0 Kudos
Reply