Building against musl libc
Good Evening
I am trying to build libdecsync, from source, with the musl libc that I use on my system. However during the make it pulls in kotlin dependencies including the package x86_64-unknown-linux-gnu-8.3.0-glibc-2.19-kernel-4.9.2 .
This results in errors loading shared library ld-linux-x86-64.so.2 from my system because it isn't installed as that shared library is from glibc.
There doesn't appear to be any musl dependency package equivalent (unless someone knows different?).
Has anyone any experience with this at all or could perhaps point me in the right direction?
Cheers
I don't directly know a fix, but I think the issue applies to all Kotlin Native projects, so maybe that search term will help.