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 link for compiling a Rust Binary #24

Open
KunalBagaria opened this issue Sep 22, 2021 · 0 comments
Open

Static link for compiling a Rust Binary #24

KunalBagaria opened this issue Sep 22, 2021 · 0 comments

Comments

@KunalBagaria
Copy link

I've been trying to compile a rust binary and this is the error that I'm facing after I try to run it in a computer where OpenAL isn't already installed

dyld: Library not loaded: /usr/local/opt/openal-soft/lib/libopenal.1.dylib
  Referenced from: /Users/xxxxxx/Downloads/rustyvibes
  Reason: image not found

Would there be any way to static link the libraries for this crate?

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