checking for C++ compiler default output file name
生活随笔
收集整理的这篇文章主要介绍了
checking for C++ compiler default output file name
小编觉得挺不错的,现在分享给大家,帮大家做个参考.
checking for C++ compiler default output file name... configure: error: C++ compiler cannot create executables
See `config.log' for more details.
解决方法:yum install gcc gcc-c++
转载于:https://blog.51cto.com/wjpinrain/863262
总结
以上是生活随笔为你收集整理的checking for C++ compiler default output file name的全部内容,希望文章能够帮你解决所遇到的问题。
- 上一篇: JSP九大内置对象...
- 下一篇: C++基础--简单Socket通信实例