-
It's really cool that I can build an app that compiles to native via webkitgtk, but I also can't use it outside of NixOS because the executable is dynamically linked against the nix store. I'd like to…
-
Passing `U-Boot` [1] to `bloaty` [2] results in:
```
$ make efi-x86_payload32_defconfig all -j12
$ file u-boot
u-boot: ELF 32-bit LSB executable, Intel 80386, version 1 (SYSV), statically linked, …
-
# Description
Dokany's license permits static linking but it isn't designed to be used as a static library out of the box. The library defines `DllMain` function which causes multiple definition of t…
-
```
MinGW tries to link their "gcc" library (and "std" library) dynamically. This
will crash if the corresponding DLLs aren't included with the EXE.
Of course, this raises the size of WaitZar.exe to…
-
```
MinGW tries to link their "gcc" library (and "std" library) dynamically. This
will crash if the corresponding DLLs aren't included with the EXE.
Of course, this raises the size of WaitZar.exe to…
-
A call like the following, referencing a C# library DLL
`Dafny.exe Test.dfy extern.cs library.dll /compile:3`
results in the output:
```
Dafny 2.3.0.10506
Dafny program verifier finished …
-
Hello.
Due to `goldilocks_gen_tables` being a dynamically linked executable, it cannot be executed when compiled with `musl-gcc`:
$ ./configure --enable-static --disable-shared CC=musl-gcc -…
-
On Raspberry Pi OS (where `ruby -e "puts Gem::Platform.local"` prints `aarch64-linux`) and docker (same command prints `aarch64-linux-musl`), the installer installs the wrong binary for `x86-64`:
`…
-
I wanted to package [difftastic](https://github.com/Wilfred/difftastic) for Alpine Linux, but find out that it’s using **bundled** mimalloc library from this crate. Memory allocator is very security s…
-
**Feature request**
**Is your feature request related to a problem? Please describe.**
I am using Panama FFI to call the DPDK library. Normally the compilation result of dpdk is a static archive…