I'm at a complete loss with this issue, so might a...
# kotlin-native
b
I'm at a complete loss with this issue, so might as well ask here (google didn't help). I'm trying to statically link c lib for my kotlin-native klib on linux and getting these errors when linking. Everything works fine when I comment out
staticLibraries
from .def file. Any tips would be much appreciated!
Copy code
/usr/lib/x86_64-linux-gnu/libcrypto.so: error: undefined reference to 'fstat', version 'GLIBC_2.33'
/usr/lib/x86_64-linux-gnu/libcrypto.so: error: undefined reference to 'stat', version 'GLIBC_2.33'