-
The perl binaries included in the toolchains are not static binaries. Instead, they link against a number of libraries:
```shell-session
ldd perl
linux-vdso.so.1 (0x00007ffc8a09a000)
…
malt3 updated
4 months ago
-
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…
-
There were no static binary files in the unzipped version of shapeit5. Is it possible I just missed these somewhere? I had a binary for shapeit v4 and it saved and runs from this path just fine, /opt/…
-
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?
-
Thanks for making your code available and also for providing a binary release. Unfortunately you've linked against libraries an average user may not have: Intel MKL and a modern glibc. If you provide …
-
-
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`…
-
When using launchpad from inside an alpine container, we are unable to execute the binary due to it depending on libc.
-
my env is ubuntu 24.04
the llvm source code is git clone from the last(20.0)
Configured by:
```
cmake
-G Ninja
-DLLVM_ENABLE_RUNTIMES="libcxx;libcxxabi;libunwind;compiler-rt"
-DLLVM_ENABLE_PROJ…
-
I want to build a static binary of `duc` so that I can use it on remote linux boxes easily.
I tried `configure --enable-static --disable-shared` and `configure CFLAGS="-static"` etc. but nothing wo…