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

Missing libraries?

trygvi
Beginner
409 Views
I am new with Fortran and have taken over an old Fortran project. When compiling with Intel Visual Fortran Compiler 11.1 using Visual Studio 2008 I get a lot of linker errors like:
error LNK2001: unresolved external symbol _for_read_seq_xmit
error LNK2001: unresolved external symbol _for_check_mult_overflow
error LNK2001: unresolved external symbol _for_alloc_allocatable
error LNK2001: unresolved external symbol _for_allocate
error LNK2001: unresolved external symbol _for_rewind
error LNK2001: unresolved external symbol ___powi4i4

How can I solve this kind of error? Any hint appreciated
0 Kudos
2 Replies
Steven_L_Intel1
Employee
409 Views

Is this a Fortran-only project or is there also C or C++ involved? Please attach the buildlog.htm from the Debug or Release folder so that we can see what is going on.
0 Kudos
trygvi
Beginner
409 Views

Is this a Fortran-only project or is there also C or C++ involved? Please attach the buildlog.htm from the Debug or Release folder so that we can see what is going on.

Think this is Fortran-only. Steve, would it be possible to send the buildlog directly to you in stead of publishing it in public?
0 Kudos
Reply