Installation problem in gnuradio using cygwin

hello there,
I was installing gnuradio-3.1.3 in windows using cygwin. The
"./configure"Â worked fine but the “make” command results in the
follwing error:

ar: .libs/gr_hier_block2.o: No such file or directory
make[5]: *** [libruntime.la] Error 1
make[5]: Leaving directory
/usr/src/gnuradio-3.1.3/gnuradio-core/src/lib/runtim e' make[4]: *** [all-recursive] Error 1 make[4]: Leaving directory/usr/src/gnuradio-3.1.3/gnuradio-core/src/lib’
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory /usr/src/gnuradio-3.1.3/gnuradio-core/src' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory/usr/src/gnuradio-3.1.3/gnuradio-core’
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/src/gnuradio-3.1.3’
make: *** [all] Error 2

can anyone give me some advice regarding this error and has any body
successfully installed the gnuradio using cygwin?
with regards,
teka yemane

teka yemane wrote:

make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory /usr/src/gnuradio-3.1.3/gnuradio-core/src' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory /usr/src/gnuradio-3.1.3/gnuradio-core’
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/src/gnuradio-3.1.3’
make: *** [all] Error 2

can anyone give me some advice regarding this error and has any body
successfully installed the gnuradio using cygwin?

Yes, others have installed GNU Radio on Cygwin.

Were you using the instructions at
http://www.gnuradio.org/trac/wiki/CygwinInstallMain?

Did you check the output listing to see what happened when
gr_hier_block2.cc
was compiled?

– Don W.