- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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

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