I'm trying to run CodeSnippets as an executable for easier debugging. This works great on MSW.
But on Linux, running the program with the debugger gets the following error trying to find the share libs (same ones CodeBlocks uses).
How do I tell the debugger where the .so files are?
>>>>>>cb_gdb:
> start
Breakpoint 1 at 0x805db3c: file /home/pecan/proj/cbCodesnippets/codesnippetsapp.cpp, line 27.
/mnt/e/linux/proj/cbCodesnippets/bin/debug/codesnippets: error while loading shared libraries: libwxscintilla.so: cannot open shared object file: No such file or directory
Program exited with code 0177.
>>>>>>cb_gdb:
> quit