- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Compiling and linking rather large code
goes smoothly.
However, trying to run it invokes the following error message:
Error loadaing libimf.so: file or directory not found.
Well, this libimf.so and libimf.a reside in
the intel compiler lib directory. How do you
tell the compiler where to find the .so file?
Thanks, Eran
goes smoothly.
However, trying to run it invokes the following error message:
Error loadaing libimf.so: file or directory not found.
Well, this libimf.so and libimf.a reside in
the intel compiler lib directory. How do you
tell the compiler where to find the .so file?
Thanks, Eran
Link Copied
2 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
The compiler environment variable script adds the compiler libraries to LD_LIBRARY_PATH. If you don't want to use that script, you must do it yourself.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
You just hit the point.
Apperently, due to previous installation
of ifc7.1, the LD_LIBRARY_PATH was not defined correctly.
Thanks a lot for the quick and accurate response
Eran
Apperently, due to previous installation
of ifc7.1, the LD_LIBRARY_PATH was not defined correctly.
Thanks a lot for the quick and accurate response
Eran
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