On Tue, Jun 22, 2021 at 01:30:49PM +0200, Timo Sirainen wrote: > > 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 > > Attached patch should work? You'll need to run autogen.sh again.
This works for me on MacOS both with and without lua (ran autoconf -fi since autogen.sh isn't in the source tarball). Thanks! -- Daniel J. Luke