discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] boost 1.35


From: Carles Fernandez
Subject: Re: [Discuss-gnuradio] boost 1.35
Date: Fri, 22 Aug 2008 13:22:09 +0200

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 <address@hidden> 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. <address@hidden> 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
address@hidden
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
address@hidden
http://lists.gnu.org/mailman/listinfo/discuss-gnuradio



reply via email to

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