I'm trying to compile Zabbix 2.0.9 from the source as I did any times, but now I'm getting this error:
httppoller.c:128:1: internal compiler error: in pop_scope, at c-decl.c:1252
Please submit a full bug report,
with preprocessed source if appropriate.
See <http://gcc.gnu.org/bugs.html> for instructions.
make[3]: *** [httppoller.o] Error 1
make[3]: Leaving directory `/tmp/zabbix-2.0.9/src/zabbix_server/httppoller'
make[2]: *** [install-recursive] Error 1
make[2]: Leaving directory `/tmp/zabbix-2.0.9/src/zabbix_server'
make[1]: *** [install-recursive] Error 1
make[1]: Leaving directory `/tmp/zabbix-2.0.9/src'
make: *** [install-recursive] Error 1
Details from my config.log:
It was created by configure, which was
generated by GNU Autoconf 2.68. Invocation command line was
$ ./configure --prefix=/opt/zabbix --enable-server --enable-agent --with-mysql --with-net-snmp --with-libcurl
## --------- ##
## Platform. ##
## --------- ##
hostname = *****
uname -m = i686
uname -r = 3.2.45-smp
uname -s = Linux
uname -v = #2 SMP Fri May 31 16:57:40 CDT 2013
/usr/bin/uname -p = Intel(R) Pentium(R) 4 CPU 1.60GHz
/bin/uname -X = unknown
Thanks, Daniel.
httppoller.c:128:1: internal compiler error: in pop_scope, at c-decl.c:1252
Please submit a full bug report,
with preprocessed source if appropriate.
See <http://gcc.gnu.org/bugs.html> for instructions.
make[3]: *** [httppoller.o] Error 1
make[3]: Leaving directory `/tmp/zabbix-2.0.9/src/zabbix_server/httppoller'
make[2]: *** [install-recursive] Error 1
make[2]: Leaving directory `/tmp/zabbix-2.0.9/src/zabbix_server'
make[1]: *** [install-recursive] Error 1
make[1]: Leaving directory `/tmp/zabbix-2.0.9/src'
make: *** [install-recursive] Error 1
Details from my config.log:
It was created by configure, which was
generated by GNU Autoconf 2.68. Invocation command line was
$ ./configure --prefix=/opt/zabbix --enable-server --enable-agent --with-mysql --with-net-snmp --with-libcurl
## --------- ##
## Platform. ##
## --------- ##
hostname = *****
uname -m = i686
uname -r = 3.2.45-smp
uname -s = Linux
uname -v = #2 SMP Fri May 31 16:57:40 CDT 2013
/usr/bin/uname -p = Intel(R) Pentium(R) 4 CPU 1.60GHz
/bin/uname -X = unknown
Thanks, Daniel.

Comment