We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
cannot find -lclang
my environment is: Ubuntu 14.04.3 LTS - 64bit
while make linux, error occur: /usr/bin/ld: cannot find -lclang
make linux
/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.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
my environment is: Ubuntu 14.04.3 LTS - 64bit
while
make linux
, error occur:/usr/bin/ld: cannot find -lclang
look at the makefile:
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.
The text was updated successfully, but these errors were encountered: