libsecurec.so: cannot open shared object file

场景linux

        升级3.5版本CMake,异常bootstrap

cmake: error while loading shared libraries: libsecurec.so: cannot open shared object file: No such file or directoryapp


网上提供了方法,无效ide

export LD_LIBRARY_PATH=/usr/local/lib/:$LD_LIBRARY_PATHthis


更新3.1版本CMake出现以下错误
ci

Error when bootstrapping CMake:
Cannot find appropriate C++ compiler on this system.
Please specify one using environment variable CXX.
See cmake_bootstrap.log for compilers attempted.源码


源码编译更新g++it

checking for long long... yes
checking size of long long... configure: error: in `/home/bolin/gcc-7.3.0/host-aarch64-unknown-linux-gnu/gcc':
configure: error: cannot compute sizeof (long long)
See `config.log' for more details.
make[2]: *** [configure-stage1-gcc] Error 77
make[2]: Leaving directory `/home/bolin/gcc-7.3.0'
make[1]: *** [stage1-bubble] Error 2
make[1]: Leaving directory `/home/bolin/gcc-7.3.0'
make: *** [all] Error 2编译


编译的C++代码,都会有这个问题class

相关文章
相关标签/搜索