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

Trouble linking NAG library

Anonymous45
Beginner
322 Views
Hi there
I am using the Intel Visual Fortran Compiler (8.x Standart, together with Visual Studio 2003 .NET), and trying to call subroutines from the NAG library (version FLW3220D9, for Intel systems running Windows 98/NT/ME/2000/XP
using the NAGWare FTN90 compiler). I end up with the error message: 'Error: Error in opening the library module file'.
I made sure the variablesare set correctly, but it still does't work. Is it a problem that I am not using the same compiler which was used to build the library???
Apreciating any hint
Thanks
Thomas
0 Kudos
1 Reply
Steven_L_Intel1
Employee
322 Views
That message sounds as if it is coming from the compiler for a USE statement. Compiled Fortran modules are compiler-specific - you can't use them with a different vendor's compiler.

The static libraries are also likely to be incompatible.
0 Kudos
Reply