Good day,
Im trying to install GNU radio to be used with OpenBTS on ubuntu 11.04

i download and install liboost 1.44.0

with the next commands:

./bootstrap.sh --show-libraries
./bootstrap.sh --with-libraries=thread,date_time,program_options
./bjam --prefix=/opt/boost_1_44_0
./bjam --prefix=/opt/boost_1_44_0 install

i got the GNU radio from git and when i proceed to install it:

After the bootstrap when i execute ./configure --with-boost=/opt/
boost_1_44_0

i get this:

....
checking whether the boost::thread includes are available... yes
checking for exit in -lboost_thread... yes
checking whether the boost::date_time includes are available... yes
checking for exit in -lboost_date_time... yes
checking whether the boost::system includes are available... yes
configure: error: Could not link against libboost_system!

I also tried with boost 1.47.0 but got the same result.

Could some one help me to find out what could be the cause of this issue?

best regards,

Thanks
_______________________________________________
Discuss-gnuradio mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Reply via email to