Running a program

Hello,
when running a program I compiled with no problems it says:
"./program_2012.exe: error while loading shared libraries: libCore.so: cannot open shared object file: No such file or directory"
How can I retrieve the missing library?
Thank you very much!
Elena.

Hi,

Most certainly, the environment variable (in particular PATH on Windows and PATH and LD_LIBRARY_PATH on linux) are not set properly.

Cheers,
Philippe.