Red Hat 7.2下PHP4.1.2安装错误问题

fator:
  按DSO方式安装.
  bison和flex都已经安装.

make出现错误信息如下:

# make
Making all in Zend
make[1]: Entering directory `/var/soft/webserver/php/php-4.1.1/Zend'
/bin/sh ../libtool --silent --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../main   -I../TSRM  -g -O2 -prefer-non-pic -static -c zend_language_parser.c
/tmp/ccCcHPA7.s: Assembler messages:
/tmp/ccCcHPA7.s:1214: Warning: Unrecognized .section attribute: want a,w,x
/tmp/ccCcHPA7.s:1214: Warning: Unrecognized .section attribute: want a,w,x
/tmp/ccCcHPA7.s:1214: Error: Rest of line ignored. First ignored character is `,'.
/tmp/ccCcHPA7.s:10936: Error: Rest of line ignored. First ignored character is `,'.
...
make[1]: *** [zend_language_parser.lo] Error 1
make[1]: Leaving directory `/var/soft/webserver/php/php-4.1.1/Zend'
make: *** [all-recursive] Error 1