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

Error in my visual fortran program

krish4577gmail_com
467 Views
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


0 Kudos
1 Reply
Steven_L_Intel1
Employee
467 Views

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.
0 Kudos
Reply