-
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…
-
```
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…
-
```
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…
-
Related: martinvonz/jj#3844
According to [this comment](https://github.com/martinvonz/jj/issues/3844#issuecomment-2156324075) by @yuja
> For example, git_config_add_file_ondisk calls statically…
-
When I build a statically linked executable, the linker errors out with
```
ld: library not found for -lcrt1.10.6.o
```
That file apparently is copied to /usr/lib inside the SDK if the Xcode command…
-
### The problem
I was trying to build a statically linked binary that Direct P/Invokes into a static dependency according to an official [doc](https://learn.microsoft.com/en-us/dotnet/core/deploying/…
-
I tried linking it statically via setting the env var `LIBTORCH_STATIC` to `1`, but I got the error when trying to compile it:
```
LINK : fatal error LNK1356: cannot find library `dnnl_graph.lib' sp…
-
I have been experimenting with idea of running Marker lints under a Dylint driver, and I have a [PoC](https://github.com/smoelius/dylint/tree/marker/examples/testing/marker). The PoC is essentially a …