Replies: 1 comment
-
I think you can compile/download the required linux libraries and set LIBRARY_PATH. |
Beta Was this translation helpful? Give feedback.
0 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.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello! Thank you for building this tool. I've found it immensely useful in simplifying my workflow.
I am having some trouble cross-compiling an application for
x86_64-unknown-linux-gnu
orx86_64-unknown-linux-musl
from a Mac m1. The application I'm trying to cross-compile has dependencies forlibpcap
andlibhwloc
when being compiled forlinux
. This is the error that I'm getting:I'm trying to build with this command:
I have
hwloc
andlibpcap
installed via homebrew on my Mac, but I think that this is looking for the linux libraries, and I don't think those are anywhere for zigbuild to use. Is there a way to resolve dependencies like this for zigbuild? I'm sorry if I am just oblivious to this.Beta Was this translation helpful? Give feedback.
All reactions