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

Visual Fortran: LINK : fatal error LNK1181: cannot open input file "dfof.lib"

vpi_dude
Beginner
750 Views
When I get to the Link setp I get a fatal error:
LNK1181: cannot open input file "dfof.lib"
0 Kudos
1 Reply
Steven_L_Intel1
Employee
750 Views
Is that perhaps dfor.lib? And you're using Intel Visual Fortran? If so, you have a .obj or .lib that was built with Compaq Visual Fortran. All Fortran code must be recompiled with Intel Visual Fortran.
0 Kudos
Reply