My Kotlin Native project started giving me link errors after installing Fedora 39.
My Kotlin code links libgmp using cinterop, and when building on Fedora 39 I get this error:
undefined reference to '__isoc23_strtol', version 'GLIBC_2.38'
I know that I'm probably one of very few people that uses Kotlin Native for a large project, so the chances of someone actually having stumbled across this issue is probably small, but I'm still mentioning it here in case anyone has any ideas.
#kotlin