I try to compile Zabbix on AIX 5.3 unsuccessfully
I got the following error msg at the link step:
Configure option I used :
configure --enable-server --enable-agent --with-mysql --with-net-snmp-5.2.2 --prefix=$HOME
Then I run Make
the compilation is OK but the link failed at the first step
...
Making all in zabbix_agent
...
gcc -static -g -O2 -o zabbix_agent zabbix_agent.o .....
collect2: ../libs/zbxsysinfo/libzbxsysinfo.a: not a COFF file
make: The error code from the last command is 1.
Any idea ?
I got the following error msg at the link step:
Configure option I used :
configure --enable-server --enable-agent --with-mysql --with-net-snmp-5.2.2 --prefix=$HOME
Then I run Make
the compilation is OK but the link failed at the first step
...
Making all in zabbix_agent
...
gcc -static -g -O2 -o zabbix_agent zabbix_agent.o .....
collect2: ../libs/zbxsysinfo/libzbxsysinfo.a: not a COFF file
make: The error code from the last command is 1.
Any idea ?
I just can use gcc provided by IBM:
Comment