码迷,mamicode.com
首页 > Web开发 > 详细

nodejs安装错误Node.js configure error: No acceptable C compiler found!解决

时间:2014-07-16 17:32:10      阅读:952      评论:0      收藏:0      [点我收藏+]

标签:nodejs linux安装错误

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!解决

标签:nodejs linux安装错误

原文地址:http://blog.csdn.net/maskdfe/article/details/37815037

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!