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

Linker Errors

guy_halliburton
Beginner
387 Views
Hi,
I'm trying to convert a CVF 6.6 project to IVF8. I 'm getting an error

libifcoremt.lib(for_m_qqs.obj) : error LNK2005: _flush_nonadv_buffers already defined in dformt.lib(for_m_qqs.obj)

My Fortran links using the runtime "Debug Standard Graphics"

My C++ code links with "Multi-threaded debug"

This used to work Ok with CVF6.6 - it looks like the Intel library libifcoremt.lib is the problem. Any suggestions??

0 Kudos
1 Reply
Steven_L_Intel1
Employee
387 Views
You still have object modules compiled with CVF. Recompile ALL the Fortran sources in your application.
0 Kudos
Reply