▲ 10 r/C_Programming
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?
u/Hungry-Tough1837 — 15 days ago