我想使用 gtest 但执行告诉我
./netTest: error while loading shared libraries: libgtest.so.0:
cannot open shared object file: No such file or directory
- gcc 链接器中查找库的标准路径是什么
- Debian 存储库的标准路径是什么
- 如何将 libpaths 添加到 g++(-L 标志是否正确?)
注意2:我问是因为gtest的库在/usr/local/libs/
但里面只有python和gtest。所有其他库都在/usr/lib/
. 因此,我猜 gtest 安装程序出错了。