News:

The new Release 25.03 is out! You can download binaries for Windows and many major Linux distros here .

Main Menu

can't find libimf.so

Started by pivello, March 31, 2006, 04:53:39 PM

Previous topic - Next topic

pivello

Hi, I've successfuly installed C::B in ubuntu 5.10, but I'm having this problem with intel compiler: Even for a simple hello, world program it can't find libmf.so library, here's the error:

/home/pivello/myfiles/codeblocks/codeblocktest/codeblocktest: error while loading shared libraries: libimf.so: cannot open shared object file: No such file or directory

I did this to fix the problem, without result:

export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:<full_path_to_such_library>

but it didn't work, even after restart C::B.
Any hint?

TIA

-Márcio