-
Statically linking to MUSL instead of GLIBC would make the final binaries smaller, allowing rootfs to be more compact. Also statically linking GLIBC is not recommend, though @mpolitzer pointed this do…
-
We should provide statically linked binaries for users who just want to use our application as convenient as possible. @stefanorf, @briehm I think somebody already looked into this issue.
If yes, coul…
mhoff updated
9 years ago
-
Hi,
Do you have those statically linked version of those executables?
I was trying to use those executables with your aws lambda executor. However, lambda functions can read those executabl…
-
Lite is a great editor and one of the rare programs that load super fast - would you consider statically linking SDL2 for the Windows build (and the CRT too, if that's not the case)? A single self-con…
-
After banging my head on this for a couple days, I finally figured out what was causing link-grammar to segfault. Funny enough I found out 'why' by stumbling on an old issue I had created. It seems …
-
T.: We've been thinking bout using this within containers by mounting the file from the container host's FS, but that leadsa compatibility issues, e.g. a mismatch in glibc versions between host n cont…
-
**Describe the bug**
I compiled the LV2 plugin from source, and the default settings (just ran cmake ./;make) resulted in dynamically linked system libraries.
Plugins should be statically linked so …
-
I'm fixing some native-image related issues for Jansi.
Jansi uses FFM or JNI by default, but they do not work in statically linked native images. Therefore, I provide a slower but working implemen…
-
Statically linked RetroArch produces a copy of the front end for every core. This is documented in many places, such as the [PlayStation Vita/TV build documentation]:
> With statically linked Retro…
x6fan updated
4 years ago
-
@GyulyVGC can I get your thoughts on this? I want to remove all dependencies on deployment. It appears that you are doing this for sniffnet, yeah?