- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
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
Link Copied
2 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Quoting - Steve Lionel (Intel)
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?

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page