-
It would be beneficial to be able to build a statically linked binary of Astroid. This would prevent the frequent breakages due to dependency library incompatibilities (usually libboost), and improve…
ghost updated
6 years ago
-
Karl Ott submitted via the mailing list:
I am trying to instrument a statically linked binary and no matter
what I have tried the mutator code can't seem to find the functions in
my static instru…
-
Would require rebuilding every Haskell library and potentially GHC itself, but it's the only way I can think of to be able to distribute a binary library that customers can use without needing to inst…
-
- CentOS does not have `glibc 2.14+`, nor `libcurl4`
- if built with dynamically linked libs, the binary file runs fine on Debian based linux
- so how do i compile a generic ELF with statically linked…
-
_From @demisjohn on February 28, 2018 8:17_
Current implementation requires the user to build/install many MacPorts packages. For example, `boost-python-mt.dylib` must be found at /opt/local/lib/l…
-
### Comment:
Hi,
I'm trying to build a rust package with geos statically linked (https://github.com/conda-forge/roaring-landmask-feedstock/pull/15) and I am not able to build it on windows. I have…
-
Relevant links:
* https://ocamlpro.com/blog/2021_09_02_generating_static_and_portable_executables_with_ocaml/
* https://discuss.ocaml.org/t/generating-static-and-portable-executables-with-ocaml/84…
-
Hi! I recently have created https://apt.cli.rs, an apt repository of awesome Rust cli tools, and I'd love to add exa to the repo. It seems you already have a cargo-deb config in your Cargo.toml, would…
-
I tried adding volta to a container and when I try to execute it, I get:
`bash: /root/.volta/volta: No such file or directory`
Here is the Dockerfile I'm using:
```
FROM alpine:3.9
RUN ap…
-
Ideally the `roc` binary wouldn't do any dynamic linking on Linux or Windows. (On macOS you're supposed to link `libSystem` because the syscalls are allowed to change for different macOS releases; sta…