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
Compiling llvm-sys v160.1.4 Compiling inkwell v0.4.0 (https://github.com/TheDan64/inkwell?branch=master#5d5a531c) error: could not find native static library Polly, perhaps an -L flag is missing?
Polly
error: could not compile llvm-sys (lib) due to 1 previous error warning: build failed, waiting for other jobs to finish...
llvm-sys
The text was updated successfully, but these errors were encountered:
I hit this too, but I hadn't installed the whole of LLVM.
I solved it on Ubuntu by following https://apt.llvm.org/:
wget https://apt.llvm.org/llvm.sh chmod +x llvm.sh sudo ./llvm.sh <version number> all
Sorry, something went wrong.
wget https://apt.llvm.org/llvm.sh chmod +x llvm.sh sudo ./llvm.sh all
Thanks, that also worked for my 👍
No branches or pull requests
Compiling llvm-sys v160.1.4
Compiling inkwell v0.4.0 (https://github.com/TheDan64/inkwell?branch=master#5d5a531c)
error: could not find native static library
Polly
, perhaps an -L flag is missing?error: could not compile
llvm-sys
(lib) due to 1 previous errorwarning: build failed, waiting for other jobs to finish...
The text was updated successfully, but these errors were encountered: