Build on aarch64(ARM)

Hi,

I tried to build the latest version 3.4.2 of SNMP++ on aarch64 (ARM) Linux, and it failed. I am getting following error while running configure command.

./configure --enable-shared --with-log-profile=full --with-ssl --host=aarch64-linux-gnu --target=aarch64-linux-gnu*

checking host system type… Invalid configuration aarch64-linux-gnu': machine aarch64’ not recognized*
configure: error: /bin/bash build-aux/config.sub aarch64-linux-gnu failed*

Could you please help me to resolve this issue?
Note: Agent++ and Agentx++ are compiling successfully for aarch type processor.

Thanks,
Shelbin Paul

Hi,

did you run autoreconf -i (maybe with -f), as suggested in the README.autoconf?

Kind regards,
Jochen

Thanks @jkatz
Its worked after running command - autoreconf -i --force.