-
with this patch and using `cargo build --release --target x86_64-unknown-linux-musl --features bin_core,ls_filesystem,vendored` you can make statically linked binary (now binary depends on glibc 2.3…
-
I'd like compile an X10 program statically linked to x10 runtime libraries in order to distribute it as a stand-alone executable file. As far as I understand, libx10, libx10rt_sockets, libgc are dynam…
-
Is there a way to build tilde as a completely static executable so that it's more portable to other machines? I don't care about the size of the executable but if i don't have rights to install libs …
-
https://github.com/hexops/mach-dxcompiler (CC-BY-4.0) :
features(copied):
- Statically linked dxcompiler library and dxc executables.
- Zero dependency on proprietary dxil.dll code-signing blob (se…
-
This might be difficult, since I'm not sure how the internals work with V8 and all that jazz.
In short, I can't use the binaries shipped in the GitHub releases because they link to `libstdc++.so.6`…
-
Maybe it would be helpful to have binaries under releases, this way the tool can be added more easily to some live-system etc.
What do you think?
-
I'm opening this issue to start a discussion around the ability to build statically linked binaries for Haskell projects. I think it will be extremely beneficial for the whole Haskell community if dev…
-
We (@biochem-fan and @dkimanius) are considering distribution of statically linked and optimized binaries. Such binaries should not depend on libstdc++, glibc etc since some Linux distributions have a…
-
Hello,
First thank you for gearmand :)
Simple question, can we build gearmand statically ?
I'm personally not able to make it with :
```
./configure --disable-shared
make
```
(I tried …
-
Similar to https://github.com/agda/agda/issues/7599
The [Linux build](https://github.com/agda/agda/releases/download/v2.7.0.1/Agda-v2.7.0.1-linux.tar.xz) fails to execute on my Ubuntu ARM machine
…