http://my.oschina.net/vaero/blog/210485 # issue: configure: error: C++ compiler missing or inoperational # 没有C++编译器 yum install gcc-c++ # issue: conftest.cpp:11:2: error: #error -static-libstdc++ not implemented # 没有C,C++静态库 yum install glibc-static libstdc++-static -y # ...
安装gcc 4.8.2时出现: configure: error: C++ compiler missing or inoperational make[2]: *** [configure-stage1-libcpp] Error 1 make[2]: Leaving directory `/home/lijiang/vm/gcc-4.8.2' make[1]: *** [stage1-bubble] Error 2 make[1]: Leaving direc 说明机子上没有gcc,首先安装gcc,和c++,...
安装gcc 4.8.2时出现: configure: error: C++ compiler missing or inoperational make[2]: *** [configure-stage1-libcpp] Error 1 make[2]: Leaving directory `/home/lijiang/vm/gcc-4.8.2' make[1]: *** [stage1-bubble] Error 2 make[1]: Leaving direc 1. 2. 3. 4. 5. 说明机子上没有...
sudo gedit config.log # 查看日志,搜索"error" # issue: configure: error: C++ compiler missing or inoperational # 没有C++编译器 yum install gcc-c++ # issue: conftest.cpp:11:2: error: #error -static-libstdc++ not implemented # 没有C,C++静态库 yum install glibc-static libstdc++-static -y ...
onfigure: error: in `/opt/soft/gcc-4.8.2': configure: error: no acceptable C compiler found in $PATH 缺少gcc,安装即可: ```sh $ yum update $ yum install gcc configure: error: C++ compiler missing or inoperational 缺少gcc-c++,安装即可: ...
configure: error: C++ compiler missing orinoperational make[2]: \*** [configure-stage1-libcpp]Error 1 make[2]: Leaving directory/home/liukk/gcc-4.8.1 make[1]: \*** [stage1-bubble] Error 2 make[1]: Leaving directory /home/liukk/gcc-4.8.1 ...
configure: error: C++ compiler missing orinoperational make[2]: \*** [configure-stage1-libcpp]Error 1 make[2]: Leaving directory`/home/liukk/gcc-4.8.1' make[1]: \*** [stage1-bubble] Error 2 make[1]: Leaving directory `/home/liukk/gcc-4.8.1' ...
接下来配置生成config文件:./configure --enable-checking=release --enable-languages=c,c++ --disable-multilib(仅编译64-bit的编译器) 接下来就是:make & make install(时间很长)整个过程大概11:10~ make报错如下: 问题: C++ compiler missing or inoperational ...
configure: error: C++ compiler missing or inoperational make[2]: *** [configure-stage1-libcpp] Error 1 make[2]: Leaving directory `/home/lijiang/vm/gcc-4.8.2' make[1]: *** [stage1-bubble] Error 2 make[1]: Leaving direc 1. ...
接下来配置生成config文件:./configure --enable-checking=release --enable-languages=c,c++ --disable-multilib(仅编译64-bit的编译器) 接下来就是:make & make install(时间很长)整个过程大概11:10~ make报错如下: 问题: C++ compiler missing or inoperational ...