This repository has been archived by the owner on Jul 11, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 457
TFS在ubuntu gcc4.8下编译出错 #27
Comments
能提供下 |
hadoop@cloud05:~$ uname -a
hadoop@cloud05:~$ gcc -v
hadoop@cloud05:~$ gcc -dM -E - < /dev/null
|
编译器版本太高了,携带了不少冲突~ |
现在这个阿里还在用么?是不是内部不用了已经。都没有人维护了。至少跟上gcc编译呀,安装起来真是麻烦 @baronwangr |
@SilenceMrWang 兄弟 你有安装总结记录么?搞不定这个安装。我都是自己重新安装gcc 4.1.2的 |
@gezhiwei8899 不好意思 ,现在我们这边也没用这个,当初是想找个适合存储小文件的分布式文件系统的,后来用的HBase,现在用的seaweedfs,你可以了解一下,性能不错。 |
我整理了一个gcc 5.4(Ubuntu 16.04)可以编译通过的版本,各位有兴趣可以拿来研究一下。yage99/tfs |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
试过如果把'__gnu_cxx' 替换为'std' 还是无法编译通过 ,错误如下
The text was updated successfully, but these errors were encountered: