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

Linking errors

andrea_scarabello
892 Views
Hi there,
I am linking a fortran code written using a compaq compiler and now I am switching to Intel Visual Fortran. When compiling I get fatal errors:

Fatal error cannot open "dformt.lib"

Fatal error cannot open "dfor.lib"

Does anyone have an idea how I could solve the problem? I just started to be familiar with Fortran so I am not a master in it...

Thanks for help,

Cheers

Andrea

0 Kudos
1 Reply
Jugoslav_Dujic
Valued Contributor II
892 Views
Have you tried "rebuild all"? That should fix it.

CVF inserted references to its own run-time libraries into .obj files, but IVF can't find them if the .obj files weren't built with IVF.

If you have some "external" .obj or .lib files within your project, you should rebuild them first also.

Jugoslav
0 Kudos
Reply