gcc - How to setup ycm on centos 6.6? -
recently i'm trying setup ycm on system of centos 6.6,however system doesn't provide gcc of version high enough support work of clang.it quite trouble me update gcc,more directly lib required clang,here log when attempting execute clang.
clang: /lib64/libc.so.6: version `glibc_2.15' not found (required clang) clang: /lib64/libc.so.6: version `glibc_2.14' not found (required clang) clang: /usr/lib64/libstdc++.so.6: version `glibcxx_3.4.14' not found (required clang) clang: /usr/lib64/libstdc++.so.6: version `glibcxx_3.4.18' not found (required clang) clang: /usr/lib64/libstdc++.so.6: version `glibcxx_3.4.15' not found (required clang) clang: /usr/lib64/libstdc++.so.6: version `glibcxx_3.4.20' not found (required clang)
is there better way setup ycm?
Comments
Post a Comment