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