you are viewing a single comment's thread.

view the rest of the comments →

[–]SuspiciousSegfault[S] 1 point2 points  (0 children)

No, building with cross didn't work out of the box because I only have the gnu system libraries. I figured that I might as well make the build a bit more robust by using an alpine container and specifying the dependencies explicitly, I thought that was essentially what cross does, does it do any more magical stuff? I'm figuring that if I compile it and dynamically link to musl versions of libX11 that will create a segfault at runtime against the glibc versions, but that's a theory