clang_complete
clang_complete copied to clipboard
Loading libclang failed
- OS: RedHatEnterpriseServer 6.5 (Santiago), 64-bit
- Vim 8.0 x86-64
- LLVM with Clang Front End 3.8.0 (I compiled it myself)
-
let g:clang_library_path = "/home/j5shi/bin/llvm/3.8.0/lib/libclang.so.3.8"
And when I open a CPP file, I got "Loading libclang failed, completion won't be available. Are you sure '/home/j5shi/bin/llvm/3.8.0/lib/libclang.so.3.8' contains libclang?".
If I use "/opt/clang/x86_64/2.8-1/lib/libclang.so", then it works fine.
Any suggestions? Thanks in advance.