-
Please download the statically linked OPA binary from OPA releases.
Getting library errors with the non-statically linked binary:
./opa: /lib64/libc.so.6: version `GLIBC_2.29' not found (required …
-
GHC in nixpkgs is currently built with `DYNAMIC_GHC_PROGRAMS=YES`. This links Haskell libraries dynamically into GHC, and makes GHC's startup slow.
That in turn makes GHC a bit of a drag to use wit…
-
many language ecosystems have great support for documenting and tracing static library linking.
For example in go `go version -m /path/to/dir/or/binary` prints all go packages that were statically li…
xnox updated
3 months ago
-
```
When vim statically links against ruby, for instance if the selected ruby
interpreter doesn't provide shared libraries, stripping symbols during `make
install` will result in the vim binary segf…
-
We're trying to get static builds working using `nixpkgs.pkgsMusl`. Some inspiration from tezos: https://github.com/serokell/tezos-packaging/blob/84f4c1ab88ce194093cbb3559c3f5bb5ff47d830/nix/static.ni…
-
Cabal generates RPATH entries for statically linked packages when it shouldn't (similarly to #2625).
For instance, packages not installed in system directories (e.g. in `.cabal-sandbox/lib/x86_64-ghc…
-
Hello!
Please help me with the next issue.
I'm building pocl with yocto for target arm cortex-a9 machine. And I have a recipe for that.
cmake parameters are next:
```
EXTRA_OECMAKE = "-DSTATI…
-
I have a shared object library `lib.d` with this code
```d
import core.stdc.stdio : printf;
extern(C) void dummy()
{
printf("Hello World!\n");
}
```
and an application `app.d` which l…
-
`getaddrinfo` do not work for the fully statically linked executables on Android 8 and later. Their are many versions of Android so far from Android-21 to Android-34, I want to build the fully statica…
-
Julia is an awesome language, the only thing holding me back from using it for basically everything is statically compiling an executable. Currently there is creating a .so file, or creating an ap…