Node.js configure error: No acceptable C compiler found! Please make sure you have a C compiler installed on your system and/or consider adjusting the CC environment variable if you installed it in a non-standard prefix.
检查两点:
1、你是否有C编译工具被安装在你的系统中,gcc为好;2、如何你确认你的系统中安装了C编译工具类库等相关信息,那么就需要进入你的环境变量中,去查看你的C编译path是否配置正确;
如出现以上错误,安装gcc-c++
# yum install gcc-c++
进行安装(时间比较长):
# make install
检查是否成功安装,输入命令:
# node -v
如果安装成功会输出相应版本号,如:
v0.8.7
nodejs安装错误Node.js configure error: No acceptable C compiler found!解决,布布扣,bubuko.com
nodejs安装错误Node.js configure error: No acceptable C compiler found!解决
原文地址:http://blog.csdn.net/maskdfe/article/details/37815037