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

Will be Library built in Cygwin work in Intel Fortran?

julia_mel
Beginner
559 Views
Hello,
I have a problem when build the project in Intel Fortran, previously built in CVF.
fatal error LNK1104: cannot open file 'dfor.lib' LINK

But as I know, two .lib files were built not in CVF, but in CYGWIN.
Should I have these two .lib files rebuilt in Intel Fortran?

Best wishes, Julia
0 Kudos
2 Replies
TimP
Honored Contributor III
559 Views
Quoting - julia_mel

I have a problem when build the project in Intel Fortran, previously built in CVF.
fatal error LNK1104: cannot open file 'dfor.lib' LINK

But as I know, two .lib files were built not in CVF, but in CYGWIN.
Should I have these two .lib files rebuilt in Intel Fortran?


That reference to dfor.lib shows that an objectwas built by CVF, so you should rebuild it. It doesn't matter whether the object was built under a cygwin shell, what matters is the different run-time libraries required by each compiler.
0 Kudos
julia_mel
Beginner
559 Views
Quoting - tim18

That reference to dfor.lib shows that an objectwas built by CVF, so you should rebuild it. It doesn't matter whether the object was built under a cygwin shell, what matters is the different run-time libraries required by each compiler.

Thank you very much)
0 Kudos
Reply