-
-
Hi, the current releases for arm64 Linux is based on gnu and not musl.
As a result, the binary is dynamically linked:
```bash
$ https://github.com/eza-community/eza/releases/download/v0.18.3/eza_aa…
-
**Check List**
- [√ ] The binary I am trying to run has been compiled statically for either RV64 or AArch64.
- [ √] The compiled binary is a Linux Elf file.
- [ √] I have provided both a config …
-
Much of this topic is already explored in #4088.
## Summary
Yggdrasil makes it possible to compile static binaries of rust packages which, unlike dynamically linked binaries (the typical case fo…
-
Hi~
I've encountered some issues while compiling conmon and I'm seeking a resolution. I wish to compile conmon as a statically linked binary so that it can be used in other environments. However, aft…
-
### Symfony version(s) affected
7.0.4
### Description
We’re experiencing an issue with a FrankenPHP static binary in [Laravel](https://github.com/laravel/framework/issues/52675) with the `\Symfony\…
-
**Version and Platform (required):**
- Binary Ninja Version: 4.2.6390-dev Personal (0eef5cef)
- OS: Windows 11
- OS Version: 24H2 (OS Build: 26100.2161)
- CPU Architecture: x86_64
**Bug Descrip…
-
Добрый день, столкнулась с ошибкой при интеграции sdk со стороны ios.
[!] The 'Pods-Runner' target has transitive dependencies that include statically linked binaries: (/Users/maksim/Desktop/разраб…
-
How does one actually build `nixStatic` without a full installation of Nix, such as with the Nix official docker image? It'd be nice to do a multi-stage Docker build like so:
```
FROM docker.io/…
-
How can I build a static binary executable?
I tried using `LDFLAGS=-static` and it is failing with the following error
> Linking guetzli
> /usr/lib/gcc/x86_64-linux-gnu/5/../../../x86_64-linux…