- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
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'.
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
링크가 복사됨
1 응답
- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
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.
The static libraries are also likely to be incompatible.
