- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I just upgraded from Intel Fortran version 9 to version 10. I have a program that has C and Fortran components. I now get the following link error:
smokeview_fort.lib(getdata.obj) : error LNK2019: unresolved external symbol ___intel_f2int referenced in function _getdata2@128
How can I resolve the reference to ___intel_f2int ?
Link Copied
2 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
You are probably still linking against the 9.1 libraries. Make sure that the Fortran library path you use in the C project is that for the 10.0 libraries.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
thanks. that did the trick.
glenn
--
Glenn Forney
National Institute of Standards and Technology
100 Bureau Drive, Stop 8663
Gaithersburg MD 20899-8663

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