Make error

Thank you diniar and nick for your suggestions. The following are the
lines where I am getting the error message when I type $make:
/usr/lib/gcc/i686-pc-cygwin/4.3.4/include/c++/bits/stl_algo.h:68,   Â
     from
/usr/lib/gcc/i686-pc-cygwin/4.3.4/include/c++/algorithm:67,      Â
  from realtime.cc:33:: In function std::pair<_Tp*, int> std::get_temporary_buffer(ptrdiff_t)':<built-in>:0: error: too many arguments to functionvoid* operator
new(unsigned int)’/usr/lib/gcc/i686-pc-cygwin/4.3.4/include/c++/bits/stl_tempbuf.h:100:
error: atthis point in filemake[3]: *** [realtime.lo] Error 1make[3]:
Leaving directory
/cygdrive/f/gnuradio-3.2.2/gnuradio-3.2.2/gruel/src/lib'make[2]: *** [check-recursive] Error 1make[2]: Leaving directory/cygdrive/f/gnuradio-3.2.2/gnuradio-3.2.2/gruel/src’
make[1]: *** [check-recursive] Error 1make[1]: Leaving directory
`/cygdrive/f/gnuradio-3.2.2/gnuradio-3.2.2/gruel’make: ***
[check-recursive] Error 1
I am not able to move beyond this. Any help is always welcome. :)Thank
you in advance,Reena

Ms reena vade wrote:

The following are the lines where I am getting the error message when
I type $make:

this point in file
make[3]: *** [realtime.lo] Error 1
make[3]: Leaving directory
/cygdrive/f/gnuradio-3.2.2/gnuradio-3.2.2/gruel/src/lib' make[2]: *** [check-recursive] Error 1 make[2]: Leaving directory/cygdrive/f/gnuradio-3.2.2/gnuradio-3.2.2/gruel/src’
make[1]: *** [check-recursive] Error 1
make[1]: Leaving directory
`/cygdrive/f/gnuradio-3.2.2/gnuradio-3.2.2/gruel’
make: *** [check-recursive] Error 1

The last time I checked (about 5 weeks ago), GNU Radio did not work with
gcc
4.3.4 in Cygwin. Try using gcc 3.4.4 instead (as suggested in the
wiki).

– Don W.