求教有关squid的编译问题,急!

我的linux版本是redhat 7.1 , gcc/gcc-c++ 版本2.96-98
squid版本2.4.stable6
./congfigure正常 make 时报错 出错语句如下:
gcc -g -O2 -Wall -I../include -I../lib -c -o rfc1123.o rfc1123.c
错误学习如下:
/tmp/ccLsSXn9.s: Assembler messages:
/tmp/ccLsSXn9.s:508: Warning: Unrecognized .section attribute: want a,w,x
/tmp/ccLsSXn9.s:508: Warning: Unrecognized .section attribute: want a,w,x
/tmp/ccLsSXn9.s:508: Error: Rest of line ignored. First ignored character is `,'.
/tmp/ccLsSXn9.s:535: Warning: Unrecognized .section attribute: want a,w,x
/tmp/ccLsSXn9.s:535: Warning: Unrecognized .section attribute: want a,w,x
/tmp/ccLsSXn9.s:535: Error: Rest of line ignored. First ignored character is `,'.
/tmp/ccLsSXn9.s:741: Warning: Unrecognized .section attribute: want a,w,x
/tmp/ccLsSXn9.s:741: Warning: Unrecognized .section attribute: want a,w,x
/tmp/ccLsSXn9.s:741: Error: Rest of line ignored. First ignored character is `,'.
/tmp/ccLsSXn9.s:943: Warning: Unrecognized .section attribute: want a,w,x
/tmp/ccLsSXn9.s:943: Warning: Unrecognized .section attribute: want a,w,x
/tmp/ccLsSXn9.s:943: Error: Rest of line ignored. First ignored character is `,'.
/tmp/ccLsSXn9.s:1135: Warning: Unrecognized .section attribute: want a,w,x
/tmp/ccLsSXn9.s:1135: Warning: Unrecognized .section attribute: want a,w,x
/tmp/ccLsSXn9.s:1135: Error: Rest of line ignored. First ignored character is `,'.
/tmp/ccLsSXn9.s:1452: Warning: Unrecognized .section attribute: want a,w,x
/tmp/ccLsSXn9.s:1452: Warning: Unrecognized .section attribute: want a,w,x
/tmp/ccLsSXn9.s:1452: Error: Rest of line ignored. First ignored character is `,'.
/tmp/ccLsSXn9.s:1515: Warning: Unrecognized .section attribute: want a,w,x
/tmp/ccLsSXn9.s:1515: Warning: Unrecognized .section attribute: want a,w,x
/tmp/ccLsSXn9.s:1515: Error: Rest of line ignored. First ignored character is `,'.
make[1]: *** [rfc1123.o] Error 1
make: *** [all] Error 1
请高手指教,谢谢!