码迷,mamicode.com
首页 > 其他好文 > 详细

阿里云ecs使用补充说明

时间:2016-04-17 12:59:24      阅读:180      评论:0      收藏:0      [点我收藏+]

标签:

前置文章:http://www.cnblogs.com/newbob/articles/5400495.html

阿里云ecs使用心得的一些个人补充部分

一、在yum安装node/npm的过程中出现的WARNING: C++ compiler too old, need g++ 4.8 or clang++ 3.4 (CXX=g++)

提醒很简单,解决方法也相对简单,升级相应环境:

1、升级g++

 

sudo curl http://linuxsoft.cern.ch/cern/scl/slc6-scl.repo > /etc/yum.repos.d/slc6-scl.repo
sudo rpm --import http://ftp.mirrorservice.org/sites/ftp.scientificlinux.org/linux/scientific/51/i386/RPM-GPG-KEYs/RPM-GPG-KEY-cern
sudo yum install -y devtoolset-3

 

环境变量:

scl enable devtoolset-3 bash

 

接下来可以继续编译、安装了:

./configure
make && make install

 

阿里云ecs使用补充说明

标签:

原文地址:http://www.cnblogs.com/newbob/p/5400622.html

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