Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.
29280 Discussions

Lack of libraries in the last intel fortran compiler?

german_olivares
Beginner
405 Views

Hi everybody.
After compiling with the next script "ifort -o cmb *.f" I try to execute typing ./cmb and all I get is the next answer:"./cmb:error while loading shared libraries:libimf.so:cannot open shared object file: No such file or directory". Does anybody know if one has to install any library files with the last intel fortran compiler?
In such a case, where could I get them?

You must know that I have no problems when I compile it with g77.

Than you for advanced,
German

0 Kudos
1 Reply
TimP
Honored Contributor III
405 Views
That library should be found in the /lib directory of your ifort installation. It should be included in the LD_LIBRARY_PATH environment at run time, as it would be set by the ifortvars.sh or ifortvars.csh script.
0 Kudos
Reply