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

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