Rebuilding Gnuradio on fedora 17

Hi,
I tried to install gnuradio on fedora 17 following the instructions at
gnu.org. I tried using build-gnuradio install script but it gave “make
failed” error at the end. Then I tried using yum install gnuradio but i
again failed. Then I used./build-gnuradio --verbose command but i again
failed to install it.
Now i want to rebuild it but before that do i need to delete some files
or use someuninstall commands.

Please suggest

Regards
Fabe

make[1]: *** [gr-blocks/lib/CMakeFiles/gnuradio-blocks.dir/all] Error 2

using yum install gnuradio but i again failed. Then I used
_______________________________________________
Principal Investigator
Shirleys Bay Radio Astronomy Consortium
http://www.sbrac.org  <http://www.sbrac.org/>

It’s entirely possible that an interior compile stage is running out of
memory, and bailing half-way through creating a .o, which the linker
then
trips over.

My advice? I’m suspecting that with only 512MB, your computer is fairly
old, and definitely under-powered if it can’t reliably compile the
code base. Upgrade.

Lots and lots of people have successfully built Gnu Radio on Fedora 17
with build-gnuradio, so there’s likely nothing wrong with the build
script as such.

Thanks for reply and sugestions. How much RAM do you suggest.

2GB

And if you’re on a low-end ATOM or something like that, you’ll have not
very much fun.

Should I rebuild it using ./build-gnuradio gitfetch or there is some
other way for rtl-sdr

Go back through the error log, and see what happened when it tried to
fetch rtl-sdr.