discuss-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Discuss-gnuradio] Gnuradio in Fedora 10... what did go wrong in my


From: Alaelddin Fuad Yousif Mohammed
Subject: Re: [Discuss-gnuradio] Gnuradio in Fedora 10... what did go wrong in my installation?
Date: Sat, 10 Oct 2009 23:12:41 +0200
User-agent: Thunderbird 2.0.0.23 (Windows/20090812)

Hi
I think there is a problem in your GNU Radio installation. in Fedora 10 boost is version 1.43 but GNU Radio 3.2.2 needs boost version 1.35 or higher . the best way to solve you problem, as I did as the following: 1- Download boost from http://sourceforge.net/projects/boost/files/boost/1.37.0/boost_1_37_0.tar.bz2/download

2- extract the file some where. and .... cd boost_1_37_0
3- ./configure --prifex=/usr/local ,,,,,,, then make,,,,, then sudo make install
that will install boost in the default directory /usr/local/


4- after that go to gnuradio and do
  ./bootstrap     ./configure
  make
  sudo make install

That will solve your problem as solved to me
Good luck




reply via email to

[Prev in Thread] Current Thread [Next in Thread]