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

lib files

jjtt
Beginner
387 Views

The dfor.lib cannot be found.

If ignore it, there will be more lib files not found. Reason? How to solve it?

Thanks

JJ

0 Kudos
1 Reply
Steven_L_Intel1
Employee
387 Views

Assuming you are using Intel Visual Fortran, you must recompile all Fortran sources with the Intel compiler. You have some objects or libraries built with Compaq Visual Fortran that you are trying to link. This includes any third-party libraries you may be using.

It may also be that you have project properties explicitly naming dfor.lib, but that is not likely.

0 Kudos
Reply