本文内容
- version `CXXABI_1.3.8’ not found (required by …)
- gcc源码安装,到指定目录
由于服务器权限各种问题需要定制gcc开发环境,问题如下:
- 工作需要使用其他部门的C++SDK,他们有自己的编译服务器,但是代码保密原因不能给我服务器权限
- 代码需要上传到他们制定的服务器上面运行,但是不能修改任何于是需要自己源码安装gcc到自己的用户目录下
version `CXXABI_1.3.8’ not found (required by …)这个错误,
这个标志位至少GCC 4.9以上(这个问题安装gcc 4.9以上的版本即可)。
由于不能覆盖系统的gcc所以需要自己$HOME目录下面源码安装gcc
Many people rush into trying to build GCC without reading the
installation docs properly and make one or more of these com