-
Hi @finagolfin, thanks a lot for implementing and building this as a Swift SDK. This is a big step forward!
I noticed when testing this just now that `swift build --static-swift-stdlib` appears to …
-
Due to the documentation of [Inject DLL](https://sandboxie-plus.com/sandboxie/injectdll/):
```txt
The injected DLL is loaded into the sandboxed process (or program) after all the statically-linked…
-
Hi!
I've tried your approach to link Swift frameworks statically and ran into the following issue: if I have an extension conforming some protocol for some type (struct, for instance) in other file…
-
**Is your feature request related to a problem? Please describe.**
I'm trying to make a more dynamic installer for our tool and I need somethin more specific so I can make sure I'm grabbing the `amd6…
-
Context: the Starknet P2P explorer uses Juno as an external library for some of its features, but it's not as simple as doing `go get`, as it's required to compile the Rust dependencies.
For examp…
-
Very similar to #27. I am opening it to ask for help in understanding what exactly doesn't work here.
I have a project with the following structure:
- Rust library which uses `ctor`;
- static C A…
-
I'm only filing this because the README states that they are:
```
$ faq
dyld: Library not loaded: /usr/local/opt/jq/lib/libjq.1.dylib
Referenced from: /Users/aat/Library/Caches/hermit/pkg/faq-…
-
For years there has been an issue where library products with `.dynamic` types have caused linking problems when building unit test targets in Xcode.
[Apple documentation](https://developer.apple.c…
-
Having a wee issue building a single statically linked binary for Unbound - wondering if you could take a peek with me? Looks like the issue is with`libevent`
```
ub_event.o: In function `ub_get_e…
-
### Describe the bug
Statically linked binaries using `glibc.static` exit with `terminated by signal SIGSEGV (Address boundary error)`.
### Steps To Reproduce
Steps to reproduce the behavior us…