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

Not able to locate few lib files in FORTRAN compiler installation

abhi_saw
Beginner
761 Views

Hi,

I am not able to locate following libraries in my FORTRAN installation: libf90md.lib, libiepcf90md.lib, libpepcf90md.lib, libcepcf90md.lib, libintrinsmd.lib, libguide.lib and libircmt.lib.

I have got one source in C which I am using to customize one of the CAD application. This code has to link with above libraries. I am using free evaluation version of FORTRAN compiler. I am not sure if these libraries are avialable with evaluation version. Does any one have idea about it? And if they are available free where to locate them?

0 Kudos
3 Replies
Steven_L_Intel1
Employee
762 Views

Those are from a very old version of Intel Fortran (from 2003 or earlier) that is no longer available. Only libguide is still around, and even that one's days are numbered.

You should not have to specify any of these libraries explicitly if you are recompiling all the Fortran source.

0 Kudos
abhi_saw
Beginner
762 Views
Thanks Steve. But problem is I am not recompiling FORTRAN source. Is there any way to get these libs some how?

0 Kudos
Steven_L_Intel1
Employee
762 Views

No, sorry.

0 Kudos
Reply