Re: libimf.so not found by Intel C/C++ 9.0 compiler
From: Christian Henz (christian.henz_at_gmail.com)
Date: 07/30/05
- Previous message: Roberto C. Sanchez: "Re: libimf.so not found by Intel C/C++ 9.0 compiler"
- In reply to: michael: "Re: libimf.so not found by Intel C/C++ 9.0 compiler"
- Next in thread: Roberto C. Sanchez: "Re: libimf.so not found by Intel C/C++ 9.0 compiler"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Sat, 30 Jul 2005 19:45:59 +0200 To: debian-user@lists.debian.org
On 7/30/05, michael <linux@networkingnewsletter.org.uk> wrote:
> > On 7/30/05, michael <linux@networkingnewsletter.org.uk> wrote:
> >> I looked around but can't see why I'm getting
> >>
> >> error while loading shared libraries: libimf.so: cannot open shared
> >> object
> >> file: No such file or directory
> >>
> >> when I try and run a code compiled with Intel's 9.0 C/C++ compiler on my
> >> 'unstable' box. More info below
> >>
> >> All offers accepted! Michael
> >>
> >
> > Try to locate libimf.so on your system and then set LD_LIBRARY_PATH
> > accordingly,
> > or for a permanent solution add that path to /etc/ld.so.conf.
>
> Thanks for a prompt reply. However,
>
> 1) I cannot see any limimf on my system (unstable)
>
I don't know much about icc, but it seems libimf is Intel's math library, so
it should come with the compiler...
Try:
find /opt -name "libimf*"
> 2) I do not see why I'd need to set LD_LIBRARY_PATH just because I've
> upgraded Intel 8.1 to 9.0
>
Maybe it was linked statically before and now dynamically?
cheers,
Christian
- Previous message: Roberto C. Sanchez: "Re: libimf.so not found by Intel C/C++ 9.0 compiler"
- In reply to: michael: "Re: libimf.so not found by Intel C/C++ 9.0 compiler"
- Next in thread: Roberto C. Sanchez: "Re: libimf.so not found by Intel C/C++ 9.0 compiler"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|
|