I followed gnuradio/README.building-boost (from the trunk) and it run smoothly on Ubuntu 8.04:
Download the latest version of boost from boost.sourceforge.net. (boost_1_36_0.tar.bz2 was the latest when this was written) unpack it somewhere cd into the resulting directory $ cd boost_1_36_0 # Pick a prefix to install it into. I used /opt/boost_1_36_0 $ BOOST_PREFIX=/opt/boost_1_36_0 $ ./configure --prefix=$BOOST_PREFIX --with-libraries=thread,date_time $ make $ sudo make install Now, tell gnuradio where to find it: $ export LD_LIBRARY_PATH=$BOOST_PREFIX/lib $ cd <path-to-top-of-gnuradio-tree> $ ./bootstrap $ ./configure --with-boost=$BOOST_PREFIX # plus whatever config args you usually use $ make && make check $ sudo make install On Fri, Aug 22, 2008 at 12:58 PM, Frank Brickle <[EMAIL PROTECTED]> wrote: > In /opt/boost_1_36_beta on 8.04 with kernel 2.6.24-21-rt. > > ./configure --with-boost=/opt/boost_1_36_beta --enable-doxygen --no-create > --no-recursion > > Frank > > > > > On Fri, Aug 22, 2008 at 2:37 AM, Firas A. <[EMAIL PROTECTED]> wrote: > >> >> Hi, >> >> Has anyone been able to install boost 1.35 or 1.36 on Ubuntu OS system? >> >> Regards, >> >> >> Firas >> -- >> View this message in context: >> http://www.nabble.com/boost-1.35-tp19100103p19104236.html >> Sent from the GnuRadio mailing list archive at Nabble.com. >> >> >> >> _______________________________________________ >> Discuss-gnuradio mailing list >> [email protected] >> http://lists.gnu.org/mailman/listinfo/discuss-gnuradio >> > > > > -- > All who think cannot but see there is a sanction like that of religion > which binds us in partnership in the serious work of the world. -- B. > Franklin > > _______________________________________________ > Discuss-gnuradio mailing list > [email protected] > http://lists.gnu.org/mailman/listinfo/discuss-gnuradio > >
_______________________________________________ Discuss-gnuradio mailing list [email protected] http://lists.gnu.org/mailman/listinfo/discuss-gnuradio
