Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

solution to cannot find -lclang #49

Open
yantaozhao opened this issue Mar 9, 2016 · 0 comments
Open

solution to cannot find -lclang #49

yantaozhao opened this issue Mar 9, 2016 · 0 comments

Comments

@yantaozhao
Copy link

my environment is: Ubuntu 14.04.3 LTS - 64bit

while make linux, error occur:
/usr/bin/ld: cannot find -lclang

look at the makefile:

sudo apt-get install clang
...
cc_lib: $(FILES) *** -lclang

I do this:

cd /usr/lib/x86_64-linux-gnu
sudo ln -s libclang.so.1 libclang.so

then re- make linux
and it works.

hope this can help you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant