dector
05/19/2017, 9:04 PM$ uname -m
i686
$ bin/kotlinc hello.kt -o hello
exception: java.lang.UnsatisfiedLinkError: kotlin-native-linux-0.2/konan/nativelib/libllvmstubs.so: kotlin-native-linux-0.2/konan/nativelib/libllvmstubs.so: wrong ELF class: ELFCLASS64 (Possible cause: architecture word width mismatch)
I have 32 bit OS but ELFCLASS64
is used (?). Can I force compiler to use another library?olonho
05/20/2017, 7:25 AMdector
05/21/2017, 10:08 PM