Ad Widget

Collapse

Problem with cross compiling Proxy on ARM Platform

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • pkhooper
    Junior Member
    • Jan 2010
    • 5

    #1

    Problem with cross compiling Proxy on ARM Platform

    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:

    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
    I get this error.

    Code:
    checking for long long format... configure: error: cannot run test program while cross compiling
    See `config.log' for more details.
    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.
Working...