Does the Zabbix agent compile on AIX 5.2 or better?
I attempted to compile it with IBM's C compiler and it fails. Anyone get it to work?
It configured fine, but make fails. Output of the make command:
I attempted to compile it with IBM's C compiler and it fails. Anyone get it to work?
It configured fine, but make fails. Output of the make command:
Code:
$ make
Making all in src/zabbix_agent
cc -o ../../bin/zabbix_agent -static -g -I../../include zabbix_agent.c sysinfo.c ../../include/log.c ../../include/cfg.c ../../include/security.c ../../include/snprintf.c -Wall
cc: 1501-210 command option t contains an incorrect subargument
cc: 1501-210 command option Wall contains an incorrect subargument
make: 1254-004 The error code from the last command is 40.
Stop.
make: 1254-004 The error code from the last command is 1.
Stop.