1

我目前正在使用 Eclipse IDE for C/C++ Developers Version: 2018-09 (4.9.0) 来构建一个简单的 GTK 3 应用程序。但是在我构建并运行应用程序之后,在 Eclipse 中,我收到以下错误:

Debug/Test: error while loading shared libraries: libgtk-3.so.0: cannot open shared object file: No such file or directory

但是,当我从终端启动可执行文件时,它启动得很好。

如何解决找不到共享库的问题,以便我可以直接从 Eclipse 中运行应用程序?

4

0 回答 0