Is it possible to link a gcc compiled app with a musl compiled library? I assume this would require linking with both glibc and musl libc libraries.

John