Huh so it works if I use `g++` instead of GCC, but...
# kotlin-native
g
Huh so it works if I use
g++
instead of GCC, but manually passing
-lstdc++
doesn't fix it with
gcc
l
I believe stdc++ is just standard library functionality. There’s another library (libc++abi, I think, but it may be libc++) that has the c++ runtime.
👍 1