Hi, I am having a problem to compile udpcast 20070602 with gcc 3.22. After I ran ./configure then make I got this error messages: ------------------------------------------------ gcc -g -O2 -Wall -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wshadow -DBB_FEATURE_UDPCAST_FEC -D_FILE_OFFSET_BITS=64 -DUSE_SYSLOG -DUSE_ASSEMBLER -O6 -DNO_BB -I. -I. -c -o udp-receiver.o udp-receiver.c cc1: unrecognized option `-Wdeclaration-after-statement' make: *** [udp-receiver.o] Error 1 ------------------------------------------------ Does anyone have similar problem ? Thanks in advance.