-
Notifications
You must be signed in to change notification settings - Fork 16
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
Unable to compile highs-sys for x86_64-unknown-linux-musl targets #8
Comments
I saw Issue #2 and I tried
which allows linking, but now I get the following error. The looks suspicious, since I'm using musl instead of glibc? I have
|
Ah, I just realized that issue #4 was never merged? |
Hi there,
I've been trying to compile highs-sys for my project using musl, but I've been having issues. I can compile with default targets on linux (Ubuntu), but I get the following error log.
It seems like
Error running link command: No such file or directory
at the end indicates that the linker is not being called properly. I'm far from a cmake expert, so I'm not sure how to fix this. Any help would be appreciated.
Thanks,
Jim
when I use
cargo build --release --target x86_64-unknown-linux-musl
The text was updated successfully, but these errors were encountered: