Big Chungus
01/08/2020, 5:19 PMld.lld: error: unable to find library -lglib-2.0
when linking for linux. -lglib-2.0
is one of the linkerOpts. Any suggestions on what's wrong?Dominaezzz
01/08/2020, 5:27 PM-L/usr/lib
to linkerOpts
.Big Chungus
01/08/2020, 5:55 PM-L
flags as i'm currently getting all libs via pkg-config
. Also, glib-2.0
is not found by dpkg -L
msink
01/08/2020, 6:34 PM-L
is required.
With pkg-config
it must be enabled by PKG_CONFIG_ALLOW_SYSTEM_LIBS=1
envvar, see https://github.com/JetBrains/kotlin-native/issues/3484