Hi, when I compile the task linkDebugSharedLinuxX6...
# kotlin-native
j
Hi, when I compile the task linkDebugSharedLinuxX64, I get the error below:
Produced library API in libkn_xxx_api.h
e: /home/jeff/.konan/dependencies/clang-llvm-8.0.0-linux-x86-64/bin/ld.lld invocation reported errors
The /home/jeff/.konan/dependencies/clang-llvm-8.0.0-linux-x86-64/bin/ld.lld command returned non-zero exit code: 1.
output:
ld.lld: error: unable to find library -lcurl
Task :effectmanager:linkDebugSharedLinuxX64 FAILED
FAILURE: Build failed with an exception.
Anyone who knows how to solve it?
m
I guess you need to install curl development libraries ?
j
@mbonnin I have installed it
okay, I solved it after installing libcurl4-openssl-dev
m
I've had some crashes when distributing K/N binaries if people did not have libcurl installed too. This process feels a bit weird