(no title)
svetlyak40wt | 4 years ago
There is a work in progress on SBCL to make it possible to create a really static binaries:
https://www.timmons.dev/posts/static-executables-with-sbcl-v...
I tried this fork and it worked for me!
svetlyak40wt | 4 years ago
There is a work in progress on SBCL to make it possible to create a really static binaries:
https://www.timmons.dev/posts/static-executables-with-sbcl-v...
I tried this fork and it worked for me!
p_l|4 years ago
Blaze/Bazel rules for Lisp support building fully static SBCL binaries (except possibly for grabbing dynamic stuff that is forced by glibc). ECL also supports static linking.