[root@dev php-4.0.3pl1]# make
I get the following error after make is run.
Making all in Zend
make[1]: Entering directory /usr/local/php-4.0.3pl1/Zend'
/bin/sh ../libtool --silent --mode=compile
c -DHAVE_CONFIG_H -I. -I. -I.. -D
XML_BYTE_ORDER=12 -g -O2 -c zend-scanner.c
/bin/sh ../libtool --silent --mode=link gcc -g -O2 -o libZend_c.la
zend-scan
ner.lo
/bin/sh ../libtool --silent --mode=compile
c -DHAVE_CONFIG_H -I. -I. -I.. -D
XML_BYTE_ORDER=12 -g -O2 -c zend-parser.c
gcc: Internal compiler error: program cc1 got fatal signal 11
make[1]: *** [zend-parser.lo] Error 1
make[1]: Leaving directory/usr/local/php-4.0.3pl1/Zend'
make: *** [all-recursive] Error 1
I sent this dump to php.net, but they said "Your compiler is broken. Please install all the development RPMs before trying to compile anything." I just did a clean installation to my box with Linux, Apache, and MySQL. What does it mean "broken"????? Please help!
Thanks in advance!
Billy