I’m creating a cross-platform Kotlin Native library (for RocksDB). It’s working on Mac, but failing on Windows (and maybe also Linux?) I think because of a mismatched GCC version, as described in this issue: https://youtrack.jetbrains.com/issue/KT-51975
(full log here)
So I guess I need to figure out how to change the GCC version of the .a library. How can I find out what GCC version I should use for Kotlin 1.8? Is it the same as 1.7, 9.2.0?
s
sergey.bogolepov
01/19/2023, 8:41 PM
Yep
sergey.bogolepov
01/31/2023, 10:05 AM
It’s GCC 9.2.0 for MinGW64 and GCC 8.3.0 for Linux x86-64.