Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
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.

Command Line Link Error

moranding
Beginner
565 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
565 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