[cfe-dev] libclang.so vs liblibclang.so wrt cindex.py
bruce.r.stephens at gmail.com
bruce.r.stephens at gmail.com
Sat Feb 5 11:48:11 PST 2011
Douglas Gregor <dgregor-2kanFRK1NckAvxtiuMwx3w at public.gmane.org> writes:
> On Feb 5, 2011, at 11:29 AM, bruce.r.stephens-Re5JQEeQqe8AvxtiuMwx3w at public.gmane.org wrote:
>
>> cindex.py tries to load libclang.so (on GNU/Linux), and that fails for
>> me because there isn't one. All I have is liblibclang.so. So what's
>> going on?
>
> Sounds like a build system bug. Are you building with configure/make or CMake?
Looks like a bug in tools/libclang/CMakeLists.txt. All other uses of
add_clang_library list names without the "lib" prefix.
More information about the cfe-dev
mailing list