How can one troubleshoot a message like: `.konan/d...
# kotlin-native
j
How can one troubleshoot a message like:
.konan/dependencies/clang-llvm-8.0.0-linux-x86-64/bin/ld.lld invocation reported errors
? it happens in linux and not in macOs
s
Do you have ncurses5 installed
j
There were a couple of libraries that weren't installed but they weren't showing with just gradle commands. Not even with --info/--stacktrace.
One needs to use --info to grab the konanc arguments and execute it in order to see which library is missing
n
Which Linux distro are you using?
j
Ubuntu 20.04
on wsl
n
Have you tried doing the same thing in a virtual machine?