-
This is a multi-step process
- [ ] Build a nix derivation that can build nekoray from source
- [ ] Adapt nix derivation to produce a statically linked nekoray binary
- [ ] Ensure successful cross-com…
-
## About
Mach-O (Mach Object) is a replacement for the a.out format, originally used in the Mach operating system, and later it was picked up by Apple for use in XNU.
I really like the Mach-O fo…
-
Current Linux amd64 binary is dynamic, hindering portability. Compiling the binaries with `CGO_ENABLED=0` makes it static and portable.
```bash
$ ./vanityssh-go
bash: ./vanityssh-go: No such file…
-
Follow up issue from #931, since the problem that it exposed is not restricted to Cecil 0.11.5, and has been there for a long time.
I have made a small program where this issue can be demonstrated, i…
-
Try to use `psycopg` with `eGenix PyRun 3.11.9 (release 2.5.0)` results in:
```
Traceback (most recent call last):
File "/pyrun3.11.py", line 52, in
File "/pyrun_main.py", line 912, in pyru…
jedie updated
1 month ago
-
![Snipaste_2024-04-24_00-58-35](https://github.com/vectr-ucla/direct_lidar_inertial_odometry/assets/87421767/96e9b362-358a-45ec-8c6e-94fa20147d91)
i have tried my best to find a solution, but it do…
-
We want to explore the possibility to statically compile `tagent`, including the libraries it requires (e.g., `libsqlite`). Also, explore state of the art for this kind of situation: is it better to s…
-
```
When I compile pdsh-31 (and earlier) on my Solaris 10 host, it appears that
while the modules a statically linked, the pdsh binary is still dependent on
the libgenders.so. If pdsh could be comp…
-
Hi,
First of all, thank you for this script and for the explanation at the [blog](https://bogo.wtf/arm64-to-sim.html)!
I do not understand why Apple doesn't let you link device arm64 binaries for …
-
Many newer RN libraries rely on frameworks but tapjoy is still a statically linked binary. The two types are not easily compatible. Any ETA on this? Currently a blocker for my project. Happy to provid…