I'm currently using Eclipse IDE for C/C++ Developers Version: 2018-09 (4.9.0) to build a simple GTK 3 app. But after I build and then run the app, in Eclipse, I get the following error:
Debug/Test: error while loading shared libraries: libgtk-3.so.0: cannot open shared object file: No such file or directory
However, When I start the executable from a terminal, it starts just fine.
How can I resolve the shared library not found so I can run the app directly from within Eclipse?