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

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