There is now an updated version of the release candidate on sourceforge,
addressing as well the RLIMIT issue. I have installed OpenBSD 6.2 on a
virtual machine and it
compiled nicely with "gmake LIBS=-lpthread". The regression tests are a
well fine
(sometimes the regression test ends with a non-
Thanks, Gustaf!
concerning 2:
build with LIBS specified should help, e.g.
gmake LIBS=-lpthread
I tried with the variables and at the end, the only that worked was to
give manually the cc command in the two cases mentioned. When doing
gmake, flag -pthread is used, but not in theese two cases.
Dear Rodrigo,
concerning 1:
As it seems, OpenBSD uses LibreSSL and not OpenSSL,
LibreSSL pretends to be OpenSSL 2.0.0 (!!!), which does not exist,
so all version comparisons fail hopelessly
concerning 2:
build with LIBS specified should help, e.g.
gmake LIBS=-lpthread