I tried to compile zabbit_agent (1.1alpha11) on AIX 5.2 with option --enable-static, and I got the following message :
Target "all" is up to date.
Target "all-am" is up to date.
Target "all" is up to date.
Making all in zabbix_agent
Making all in .
if gcc -DHAVE_CONFIG_H -I. -I. -I../../include -static -g -O2 -MT zabbix_agent.o -MD -MP -MF ".deps/zabbix_agent.Tpo" -c -o zabbix_agent.o zabbix_agent.c; then mv -f ".deps/zabbix_agent.Tpo" ".deps/zabbix_agent.Po"; else rm -f ".deps/zabbix_agent.Tpo"; exit 1; fi
gcc -static -g -O2 -o zabbix_agent zabbix_agent.o ../libs/zbxsysinfo/libzbxsysinfo.a ../libs/zbxlog/libzbxlog.a ../libs/zbxcrypto/libzbxcrypto.a ../libs/zbxnet/libzbxnet.a ../libs/zbxconf/libzbxconf.a
collect2: ../libs/zbxsysinfo/libzbxsysinfo.a: not a COFF file
make: 1254-004 The error code from the last command is 1.
Anyone who knows about COFF file ?
Target "all" is up to date.
Target "all-am" is up to date.
Target "all" is up to date.
Making all in zabbix_agent
Making all in .
if gcc -DHAVE_CONFIG_H -I. -I. -I../../include -static -g -O2 -MT zabbix_agent.o -MD -MP -MF ".deps/zabbix_agent.Tpo" -c -o zabbix_agent.o zabbix_agent.c; then mv -f ".deps/zabbix_agent.Tpo" ".deps/zabbix_agent.Po"; else rm -f ".deps/zabbix_agent.Tpo"; exit 1; fi
gcc -static -g -O2 -o zabbix_agent zabbix_agent.o ../libs/zbxsysinfo/libzbxsysinfo.a ../libs/zbxlog/libzbxlog.a ../libs/zbxcrypto/libzbxcrypto.a ../libs/zbxnet/libzbxnet.a ../libs/zbxconf/libzbxconf.a
collect2: ../libs/zbxsysinfo/libzbxsysinfo.a: not a COFF file
make: 1254-004 The error code from the last command is 1.
Anyone who knows about COFF file ?
Comment