dear all
i had problems compiling cdk under cygwin
first i fount that it searches for gcc-core-3.2.tar.gz
although it doenloads gcc-core-3.2.2.tar.gz
i modified the file "rules-make-cygwin" to use the file downloaded
then it works until this error
that i dont know how to solve

make[2]: Entering directory `/home/Wael/tuxbox/cdk'
make[2]: `.binutils' is up to date.
make[2]: Leaving directory `/home/Wael/tuxbox/cdk'
( rm -rf gcc-3.2.2 || /bin/true ) && gunzip -cd Archive/gcc-core-3.2.2.tar.gz |
tar -x && ( cd gcc-3.2.2; patch -p1 < ../Patches/gcc-core.diff ) && ( cd gcc-3.2
) && ( rm -rf build || /bin/true ) && mkdir build
patching file gcc/config/rs6000/linux.h
: No such file or directoryes/cygwin/gcc.diff
make[1]: *** [bootstrap_gcc] Error 1
make[1]: Leaving directory `/home/Wael/tuxbox/cdk'
make: *** [.glibc] Error 2

please if any one can help
thanx