Runtime error while exeucting a program built by CodeLite
Posted: Thu Jun 27, 2013 6:30 pm
Hi,
I generated a minimal wx application from CodeLite and successfully built it. However, clicking RUN didn't do anything. Running it from command-line gives the following error:
./testwx: error while loading shared libraries: libwx_gtk2u_core-2.9.so.4: cannot open shared object file: No such file or directory
Now I know I can guess that I have to specify the path to the folder that contains the shared libraries. However, I don't know where I can specify that? Or, is there any other solution to this problem?
Please help me.
Thanks and regards,
I generated a minimal wx application from CodeLite and successfully built it. However, clicking RUN didn't do anything. Running it from command-line gives the following error:
./testwx: error while loading shared libraries: libwx_gtk2u_core-2.9.so.4: cannot open shared object file: No such file or directory
Now I know I can guess that I have to specify the path to the folder that contains the shared libraries. However, I don't know where I can specify that? Or, is there any other solution to this problem?
Please help me.
Thanks and regards,