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

Link failure

michaelgreen1
Beginner
592 Views

Hi All,

I have reorganized a fairly large solution (47 projects, currently 32 bits - though that will change). On rebuilding with IFORT compiler I have no problems until the linker kicks in, then I get hundreds of repeating errors, most of them like this:

libifcoremt.lib(for_need_lf.obj) : error LNK2001: unresolved external symbol __alloca_probe

AnaTrack.obj : error LNK2001: unresolved external symbol __alloca_probe

libifcoremt.lib(for_f90str.obj) : error LNK2001: unresolved external symbol _memmove

AnaPlot.obj : error LNK2001: unresolved external symbol _memmove

That's just a few examples chosen at random. I have not changed any settings in the linker properties dialog.

 

Any comments or insights most gratefully received.

Many thanks

Mike

0 Kudos
1 Reply
andrew_4619
Honored Contributor III
574 Views

Probably a problem with library paths in VS configuration for Ifort. For a start show the link command that is being used.

0 Kudos
Reply