I am building a FORTRAN project with Intel Visual Fortan. The compile is fine but the link stops with this message: error LNK1104 can't find dfor.lib. How do I over come this error?
It really depends on how you are doing your development. Some people prefer Visual studio, others prefer the command line.
If you are using Visual Studio, select your project properties. Expand Linker, Select Input. In the dialog, under Additional Dependencies, add dfor.lib. Click OK to close the dialog, rebuild and that's it. Remember to do both Debug and Release.
If you are running it from the command line, just add dfor.lib to the link line.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.