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.
29285 Discussions

Will be Library built in Cygwin work in Intel Fortran?

julia_mel
Beginner
595 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
595 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
595 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