I’m trying to build a library using the same gcc a...
# kotlin-native
a
I’m trying to build a library using the same gcc as Konan, so it’s compatible with Kotlin mingw_x64. On Windows in
./konan/dependencies/msys2-mingw-w64-x86_64-2/bin
I see •
cc.exe
gcc.exe
x86_64-w64-mingw32-gcc-9.2.0.exe
x86_64-w64-mingw32-gcc.exe
Is there any difference between them? Which should I use? They all have the same size (2140265).
j
I just did a binary comparison and they're all the exact same binaries. So shouldn't matter I guess.
They'd likely be symlinked if it were Linux.
a
thanks for checking!