Replies: 1 comment 2 replies
-
the linker is giving you the libraries it cannot found so I'd start by installing those. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
When cross compiling on x86_64-unknown-illumos, I got a message that bindgen-cli was required.
So I thought I'd intall
bindgen-cli
viacross install --force --locked bindgen-cli --target x86_64-unknown-illumos
, but got the following error:How do I get
bindgen-cli
to work on the github runner forx86_64-unknown-illumos
?Beta Was this translation helpful? Give feedback.
All reactions