-
### Description
#68985 introduced a way to load an LLVM pass from a dynamic library into the compiler. Unfortunately the test case for this is subtly broken as it links against the (static) library…
-
Would you be able to release statically linked binaries for Linux so that we can use this plugin from a container that is based on [Alpine Linux](https://alpinelinux.org/)?
We use [cf-cli with Alpi…
-
It would be nice if one wouldn't have to bother to compile the thing for various linuxes.
ghost updated
7 years ago
-
if your static linking program use libdl and the GNU C Library version in the build system is newer than the version in the target system, you may get the following error:
```
$ podman run --rm -i…
-
I am trying to use gopacket on windows 10 x64 **without wpcap installed**.
I use `pcap.FindAllDevs()` in my go program and I compile my go binary with `go build`.
When I run my go binary on window 1…
-
This is more of a TODO list to make the project distributable:
- [ ] Have a package for every dependency:
- [x] `double-conversion` (https://repology.org/project/double-conversion/versions)
-…
-
Apologies if this isn't the correct place to ask support questions.
I have a haskell application ([hevm](https://github.com/ethereum/hevm)) that links in a few external c dependencies, and I would…
-
-
```
Investigate linking crack extensions statically during native binary creation.
Native binaries are essentially static anyway, since all crack code is
generated "statically" (no crack libs, yet).…
-
The source rewriter does not emit the `__attribute__((used))` attribute for static functions if the function declaration begins with a macro. This attribute is required for `static` address-taken func…