when compiling the libs in src/libs of zabbix_1.6.6, I come across mutex errors while compiling zbxsys. Here is the output:
- pwd
/disk1/zabbix/zabbix-1.6.6/src/libs - ls
Makefile zbxcomms zbxdbcache zbxjabber zbxplugin zbxsysinfo
Makefile.am zbxconf zbxdbhigh zbxjson zbxserver zbxwin32
Makefile.in zbxcrypto zbxemail zbxlog zbxsms
zbxcommon zbxdb zbxicmpping zbxnix zbxsys - make
No suffix list. <<==Dont why this occurs, but happens on all versions of hpux.
Making all in zbxcrypto
Making all in zbxcommon
Making all in zbxlog
Making all in zbxnix
Making all in zbxconf
Making all in zbxsysinfo
Making all in common
Making all in simple
Making all in hpux
Making all in zbxplugin
Making all in zbxsys
source='mutexs.c' object='mutexs.o' libtool=no \
DEPDIR=.deps depmode=hp /bin/sh ../../../depcomp \
cc -DHAVE_CONFIG_H -I. -I../../../include -g -c mutexs.c
cc: "mutexs.c", line 215: error 1521: Incorrect initialization.
cc: "mutexs.c", line 260: error 1521: Incorrect initialization.-
- Error exit code 1
-
Stop.
-
-
- Error exit code 1
-
Stop.
- is duplicated by
-
ZBX-1073 While compiling on hp/ux 11.11 with ansi C/c++ conm
- Closed