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

Error in IMSL_Libraries

lan0907
Beginner
1,100 Views

Dear all,

I am a newer user in Fortran. Two days ago, I just got a brunch of fortran codes and my task is to compile it.

When I started to build the project, the program says:

Error: Cannot open include file 'link_f90_static.h'

Error: Error in opening the compiled module file. Check INCLUDE paths. [IMSL_LIBRARIES]

Error: Cannot open include file 'link_f90_static.h'

Error: Error in opening the compiled module file. Check INCLUDE paths. [IMSL_LIBRARIES]

I have tried most of the suggestions from this forum, but all of them failed. Can anybody help me to solve this? Thank you so much!

0 Kudos
1 Solution
Steven_L_Intel1
Employee
1,100 Views

Change 'link_f90_static.h' to 'link_fnl_static.h'.

You also need to add the paths for the IMSL folders to Tools > Options > Intel Fortran > Compilers. To the Includes list, add C:Program FilesVNIimslfnl600IA32includeDLL and to the Libraries list add C:Program FilesVNIimslfnl600IA32lib

View solution in original post

0 Kudos
2 Replies
Steven_L_Intel1
Employee
1,101 Views

Change 'link_f90_static.h' to 'link_fnl_static.h'.

You also need to add the paths for the IMSL folders to Tools > Options > Intel Fortran > Compilers. To the Includes list, add C:Program FilesVNIimslfnl600IA32includeDLL and to the Libraries list add C:Program FilesVNIimslfnl600IA32lib

0 Kudos
lan0907
Beginner
1,100 Views

Change 'link_f90_static.h' to 'link_fnl_static.h'.

You also need to add the paths for the IMSL folders to Tools > Options > Intel Fortran > Compilers. To the Includes list, add C:Program FilesVNIimslfnl600IA32includeDLL and to the Libraries list add C:Program FilesVNIimslfnl600IA32lib

Hi Steve,

Thank you very much for your reply and the problem has been solved according to your instructruction.

Lan

0 Kudos
Reply