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

Can't find Polly :( (tried the other posted issue too ) #490

Open
Monsieur-Gray opened this issue Apr 15, 2024 · 2 comments
Open

Can't find Polly :( (tried the other posted issue too ) #490

Monsieur-Gray opened this issue Apr 15, 2024 · 2 comments

Comments

@Monsieur-Gray
Copy link

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 error
warning: build failed, waiting for other jobs to finish...

@amunra
Copy link

amunra commented Apr 26, 2024

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

@Toni-Graphics
Copy link

wget https://apt.llvm.org/llvm.sh
chmod +x llvm.sh
sudo ./llvm.sh all

Thanks, that also worked for my 👍

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

3 participants