> openBSD -current x64 > $ cc -v > OpenBSD clang version 6.0.0 (tags/RELEASE_600/final) (based on LLVM 6.0.0) > Target: amd64-unknown-openbsd6.3 > Thread model: posix > InstalledDir: /usr/bin >
Ok, I think I found the problem. This info was very helpful. Indeed, the *BSD platforms have all the dl functionality in the standard C library, so no libdl present. This should make the test `[check-function-in-lib dlopen dl]` pass without the need for -ldl. Corrected it and pushed an update [http://fossil-scm.org/index.html/info/7cdb522b42aad6a1] Please try if this solves it for you. Thank you for catching the bug! _______________________________________________ fossil-users mailing list fossil-users@lists.fossil-scm.org http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users