- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I have linked IMSL Library with my code using the following lines:
INCLUDE 'link_fnl_static.h'
!DEC$ OBJCOMMENT LIB:'libiomp5md.lib'
However, after acquiring a 64 b machine and trying to compile the same program, the following message has been printed:
Error 1 error #5102: Cannot open include file 'link_fnl_static.h' C:\\CeSFaMB\\CeSFaMB_403\\Source\\Main.for 189
How can I solve this problem?
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Are you using an IVF command prompt, or developing with Visual Studio? What compiler version?
If you're using an IVF command prompt (Start > All Programs > Intel Software Development Tools > Intel Visual Fortran Professional > Fortran Build Environment), then the environment should be set automatically, unless there is an installation defect.
If you're using Visual Studio, you need to add the paths for the IMSL INCLUDE and library files to Visual Studio, as described here.
Patrick Kennedy
Intel Developer Support
If you're using an IVF command prompt (Start > All Programs > Intel Software Development Tools > Intel Visual Fortran Professional
If you're using Visual Studio, you need to add the paths for the IMSL INCLUDE and library files to Visual Studio, as described here.
Patrick Kennedy
Intel Developer Support

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