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

Static linking on Alpine couldn't find LLVM static libraries #189

Open
bnusunny opened this issue Sep 23, 2024 · 1 comment · Fixed by #190
Open

Static linking on Alpine couldn't find LLVM static libraries #189

bnusunny opened this issue Sep 23, 2024 · 1 comment · Fixed by #190

Comments

@bnusunny
Copy link
Contributor

bnusunny commented Sep 23, 2024

Related to rust-lang/rust-bindgen#2360 (comment).

Here is the llvm-config code saying --link-static option is required for 'Link the component libraries statically'.

clang-sys code here missed --link-static option.

@KyleMayes
Copy link
Owner

I released this as v1.9.0, but I realized there are some bad commits that broke users previously which led to me yanking the previous version (v1.8.2).

I will revisit this soon and remove those commits and release this in a new version.

@KyleMayes KyleMayes reopened this Sep 25, 2024
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

Successfully merging a pull request may close this issue.

2 participants