u/Hungry-Tough1837

I normally static link musl for all my programs. But I eventually have to use a dynamic library like libvulkan.so, and this would normally use musl's dynamic loader which isn't present on glibc systems. Is there a solution for this other than to use glibc? Could I use the glibc loader from my musl program?

reddit.com
u/Hungry-Tough1837 — 15 days ago