View Single Post
  #5  
Old 16th May 2011, 15:08
l0calh0st l0calh0st is offline
Member
 
Join Date: Sep 2010
Netherlands
Posts: 11
Default
Execute the folllowing commands to fix that:

Code:

cd /usr/local/src/ 
wget http://sourceforge.net/projects/boost/files/boost/1.44.0/boost_1_44_0.tar.gz
tar xvzf boost_1_44_0.tar.gz 
cd boost_1_44_0 
./bootstrap.sh 
./bjam install
Reply With Quote