klayout
klayout copied to clipboard
OpenBSD doesn't have libdl
On OpenBSD, dlopen() and friends are in libc, and there is no libdl. The LIBS += -ldl line in src/unit_tests/unit_tests.pro thus causes a failure on OpenBSD.
Hi bentley,
could you check whether the "linux" selector is off?
I.e. does using
if(linux*|mac) {
LIBS += -ldl
}
solve the issue?
Thanks,
Matthias
Any updates? I'll close the ticket otherwise.