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

Fortran Link Error to C Standard Library Methods

Martin__Jonathan
Beginner
287 Views

I'm having a linker issue when building a Fortran DLL. I'm using the following:

  • Visual Studio 2015 with Update 3
  • Parallel Studio 2016 with Update 3

The Fortran project has dependencies to C/C++ projects. All of the linker errors appear to be related to methods derived from the C Standard Library, similar to this:

error LNK2001: unresolved external symbol __imp___assert

What should I check to verify that the project is properly configured to link to the C Standard Libary?

0 Kudos
0 Replies
Reply