Thanks so much for the quick response! So I tried running the first set of
commands that remove and re-install libboost, and as you predicted that had
the effect of uninstalling gnuradio. So I ran:
sudo apt-get install gnuradio uhd
This gives me the following error message (excerpted from a much
Try:
sudo apt-get remove --purge libboost*
sudo apt-get install libboost1.48-all-dev
You may then have to install gnuradio and uhd again, since they depend on
boost:
sudo apt-get install gnuradio uhd
Very Respectfully,
Dan CaJacob
On Wed, May 21, 2014 at 4:40 PM, muse_ee wrote:
> Hello,
>
Hello,
I'm having some issues when I attempt to install gnuradio on a computer
running Ubuntu 12.04 64-bit. I followed the installation guide on the Ettus
wiki (using the "Releases/Bugfixes" path)
(http://code.ettus.com/redmine/ettus/projects/uhd/wiki/GNURadio_Linux) but
when I run the command gnu