I use a gcc-hppa-4.7.0
./configure --enable-agent runs ok, but after i type make install, it's crash on this error, please help
./configure --enable-agent runs ok, but after i type make install, it's crash on this error, please help
gcc -DHAVE_CONFIG_H -I. -I../../../include -g -O2 -MT ipc.o -MD -MP -MF .deps/ipc.Tpo -c -o ipc.o ipc.c
ipc.c: In function 'zbx_shmget':
ipc.c:75:40: error: 'IPC_CREAT' undeclared (first use in this function)
ipc.c:75:40: note: each undeclared identifier is reported only once for each function it appears in
ipc.c:75:52: error: 'IPC_EXCL' undeclared (first use in this function)
ipc.c:88:46: error: 'IPC_RMID' undeclared (first use in this function)
*** Error exit code 1
ipc.c: In function 'zbx_shmget':
ipc.c:75:40: error: 'IPC_CREAT' undeclared (first use in this function)
ipc.c:75:40: note: each undeclared identifier is reported only once for each function it appears in
ipc.c:75:52: error: 'IPC_EXCL' undeclared (first use in this function)
ipc.c:88:46: error: 'IPC_RMID' undeclared (first use in this function)
*** Error exit code 1