- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
I am trying to run my working code (fortran 90) on the visual fortran compiler in windows XP.
I compiled the programs successfully. But I get the error :
LINK: fatal errpr LNK1104: cannot open file "imsl.lib"
I understand the problem is with the linking.
I checked
(i) in tools --> options ---> include files I do not find the path to imsl files
Q. I could not find the IMSL libs anywhere in the visual fortran directory. How to find it?
I did a search, but I just cant find it.
(ii) In project --> settings--> directories, I see that imsl.lib is listed.
(iii) On the command line prompt, I ran DF *.f90 /imsl
Still the error persists. What should I do ?
I wud rgreatly appreciate ur help,
Thanks,
Krish
I compiled the programs successfully. But I get the error :
LINK: fatal errpr LNK1104: cannot open file "imsl.lib"
I understand the problem is with the linking.
I checked
(i) in tools --> options ---> include files I do not find the path to imsl files
Q. I could not find the IMSL libs anywhere in the visual fortran directory. How to find it?
I did a search, but I just cant find it.
(ii) In project --> settings--> directories, I see that imsl.lib is listed.
(iii) On the command line prompt, I ran DF *.f90 /imsl
Still the error persists. What should I do ?
I wud rgreatly appreciate ur help,
Thanks,
Krish
링크가 복사됨
1 응답
- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
You are using Compaq Visual Fortran. IMSL is provided only in the "Professional Edition". If you have the Standard Edition, you do not have IMSL.