Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.

Problem converting from CVF to IVF

michael_green
Beginner
608 Views

Hi All,

I have converted from CVF 6.6c to IVF 8.0 and plan to update to higher IVF shortly. In the meantime, when I attempt to link anything,I can't get past:

fatal error LNK1104: cannot open file "DFWIN.LIB"

The file, dfwinb.lib, is present in ...DF98LIB. Any suggestions?

With many thanks in advance,

Mike

0 Kudos
3 Replies
onkelhotte
New Contributor II
608 Views

Hi Mike,
i dont have any experience converting CVF6.6 to IVF8.0. A colleague of mine tried it a few years ago and he was not really succesful.

I converted a few projects from CVF6.6 to IVF9.0 myself and it was very simple. Intel improved a lot in Version 9 to make that kind of conversion as easy as possible and they made a good job.

So it would be better to convert from CVF6.6 directly to IVF9/10 instead of CVF6.6 to IVF8 and then to IVF9/10.

OnkelHotte

0 Kudos
TimP
Honored Contributor III
608 Views
Ifort doesn't link against the libraries in your old CVF installation. The normal route is to rebuild any libraries which depend on compiler-dependent libraries.
0 Kudos
Steven_L_Intel1
Employee
608 Views
As Tim suggests, this error is caused by not recompiling all Fortran source with the Intel compiler. You still have one or more objects or libraries in your project that were compiled with CVF.
0 Kudos
Reply