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

IVF link problems

netphilou31
New Contributor III
410 Views
I have imported a CVF project that is build and is running corectly under VS98 and CVF (6.6C) but when importing into VS.NET 2005 with IVF 9.1 I have got a lot of link problems; forexample routines that are part of the projet and also part of additional libraries lead to LNK2005 link error symbol multiply defined (although this does not appear with CVF). Moreover interface descrtiptions located in a Fortran modules lead to a LNK2005 link error when the symbol is used in a fortran code that uses the module. Another example is when two distinct modules implements the same routines (same arguments) and even if they are not used together in a same source they lead to the same error (LNK2005). Why this error is appearing as the link is successfull with CVF ?. I have tried to look into Fortran setting for the project but without finding something different from CVF (the same has been made for linker settings butagain without success).
0 Kudos
2 Replies
Steven_L_Intel1
Employee
410 Views
I think we'd need to see the project - I can't tell from your descripton what might be happening. I suggest submitting an issue to Intel Premier Support and attach a ZIP of your project in the state just after a build was done. We'll be glad to take a look.
0 Kudos
netphilou31
New Contributor III
410 Views
Thank you steeve for your help but unfortunately this project is quite big. I will try first to rebuild it manually starting from an empty project (because with other projects I have converted I did not get this behavior). If I still got this problem I will come back to Intel Premier Support.
0 Kudos
Reply