Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
Announcements
FPGA community forums and blogs have moved to the Altera Community. Existing Intel Community members can sign in with their current credentials.
29302 Discussions

Continue problems to link IMSL with during a compilation

desouzasantos
Beginner
2,801 Views
I am using a 64b Windows basis and compiling programs as I used to do with my other computer. All necessary programs from Intel are in place using the correct versions, as instructed before.
My main program includes the following lines:
INCLUDE 'link_fnl_static.h'
!DEC$ OBJCOMMENT LIB:'libiomp5md.lib'
However, the error message:
Error 1 error #5102: Cannot open include file 'link_fnl_static.h' C:\\CeSFaMB\\CeSFaMB_403\\Source\\Main.for 189
continues to appear. How this problem can be solved? Thank you.
0 Kudos
23 Replies
psantos
Beginner
596 Views
desouzasantos,

As Steve Lionel said all the required details to configure the IMSL libraries and includes are provided in the following link: http://software.intel.com/en-us/articles/installing-and-using-the-imsl-libraries. However, if you have any doubt don't hesitate to ask.

Pedro
0 Kudos
desouzasantos
Beginner
596 Views
PROBLEM SOLVED!!!! THANK YOU!
0 Kudos
psantos
Beginner
596 Views
It's good to know that you finality solved your problem, desouzasantos!

Pedro
0 Kudos
Reply