Yes, the m4 files do exist. And yet... ... autoreconf: Entering directory `.' autoreconf: configure.ac: not using Gettext autoreconf: running: aclocal -I . -I m4 aclocal: error: couldn't open directory 'm4': No such file or directory autoreconf: aclocal failed with exit status: 1
-------- Original Message -------- Subject: Re: dovecot 2.2.31: linking error Local Time: June 29, 2017 5:51 PM UTC Time: June 29, 2017 3:51 PM From: ruga@protonmail.com To: dovecot@dovecot.org No, I did not. I used the mainstream tar release, not the git bundle. autoreconf -vi returns error, for lack of m4 file. Sent from ProtonMail Mobile
On Thu, Jun 29, 2017 at 12:51 PM, Aki Tuomi aki.tuomi@dovecot.fi wrote:
On 29.06.2017 13:32, Rupert Gallagher wrote: > -std=gnu99 > -mmacosx-version-min=10.12 > [...] > Undefined symbols for architecture x86_64: > "_imapc_client_cmd", referenced from: > _imapc_quota_refresh in quota-imapc.o > "_imapc_client_get_capabilities", referenced from: > _imapc_quota_refresh in quota-imapc.o > "_imapc_command_sendf", referenced from: > _imapc_quota_refresh in quota-imapc.o > "_imapc_simple_callback", referenced from: > _imapc_quota_refresh in quota-imapc.o > "_imapc_simple_context_init", referenced from: > _imapc_quota_refresh in quota-imapc.o > "_imapc_simple_run", referenced from: > _imapc_quota_refresh in quota-imapc.o > "_imapc_storage_client_register_untagged", referenced from: > _imapc_quota_refresh in quota-imapc.o > ld: symbol(s) not found for architecture x86_64 > clang-4.0: error: linker command failed with exit code 1 (use -v to see invocation) Did you run autoreconf -vi before configure and make? Aki