Hello,
I am compiling a proxy with sqlite support on an ARM platform, however, I can't get past the following configure issue.
My configure command is:
I get this error.
I guess either my configure command is missing a few variables, or the long long format check should not happen.
Any assistance is appreciated.
Regards,
Patrick.
I am compiling a proxy with sqlite support on an ARM platform, however, I can't get past the following configure issue.
My configure command is:
Code:
# ./configure --enable-proxy --enable-agent --with-sqlite3 --with-net-snmp CC=../../4.2.1/usr/bin/arm-linux-gcc --prefix=/home/zabbix/proxy --host=arm
Code:
checking for long long format... configure: error: cannot run test program while cross compiling See `config.log' for more details.
Any assistance is appreciated.
Regards,
Patrick.