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

IVF 8.1 Looking for dfor.lib

Intel_C_Intel
Employee
383 Views
I've recently downloaded IVF 81. and trid to convert our CVF 6.6C code. A coupld of FORTRAN DLLs workspaces are giving me problems. They seem to have converted OK, and the code compiles, but when linking they claim that they can't find dfor.lib (unsurprisingly!)
However, I can't figure out where this reference is coming from...? I've changed all my USE DFLIBs to USE IFPORTs etc., I've completely cleaned and rebuilt the project...?
I could ignore the library reference, but I'd prefer to know where it is coming from.
Anyone else see this?
0 Kudos
2 Replies
Steven_L_Intel1
Employee
383 Views
You either have some object or library that wasn't rebuilt, or you have an explciit reference to dfor.lib in your project options.

If you have a search tool that will search all file types (the standard Windows search won't), search all your files, including objects, for dfor.lib.
0 Kudos
Intel_C_Intel
Employee
383 Views
Found it - it's in a third party lib file ...thanks Steve.
0 Kudos
Reply