On 21/06/2021 17:39, Daniel J. Luke wrote:
On Jun 21, 2021, at 7:20 AM, Timo Sirainen <t...@sirainen.com> wrote:
Here's a new release with some security fixes and quite a lot of other changes
as well.
* Removed support for Lua 5.2. Use version 5.1 or 5.3 instead.
Looks like it doesn't want to build w/o lua now.
On my MacOS system configure says:
And on OmniOS / Solaris it failed with:
libtool: link: gcc -std=gnu99 -m64 -march=x86-64 -fPIC -Os -Wall -W
-Wmissing-prototypes -Wmissing-declarations -Wpointer-arith
-Wchar-subscripts -Wformat=2 -Wbad-function-cast -fno-builtin-strftime
-Wstrict-aliasing=2 -m64 -o test-dict test-dict.o ./.libs/libdict.a
../lib-test/.libs/libtest.a ../lib/.libs/liblib.a -lsocket -lnsl -lsendfile
gcc: error: ./.libs/libdict_lua.a: No such file or directory
gmake[3]: *** [Makefile:630: test-dict-client] Error 1
I confirm v2.3.15 has an error.
I tried combinations of --with-lua=no, --without-lua, etc, and also
compiled lua and still it failed.