-
Notifications
You must be signed in to change notification settings - Fork 79
Release binaries dynamically compiled for NixOS #133
Comments
gross! It's unlikely we'll be able to fully statically compile since we need DNS (see e.g. rkt/rkt#1380 (comment)), but we should definitely be able to provide a more portable build. |
My bad, forgot that nixos will result in binaries like that. I'll rebuild the release on a more normal distro.
|
I just uploaded new binaries (still dynamically linked) that were compiled on an x86_64 machine running arch for the releases. Can you verify that the latest release runs on your system now? I'll look into statically linking things that aren't related to DNS. |
I can confirm the latest release now runs on my system. |
#86 would mitigate this :-) On Mon, Nov 30, 2015 at 1:54 PM, Lars Wiegman [email protected]
|
The
acbuild
binaries made available on the github release page fail to run:The release binaries are dynamically compiled and will only run on Nix unless you symlink the interpreter.
I think it would be more useful to statically compile the binaries.
The text was updated successfully, but these errors were encountered: