#!/bin/bash
export BOOST_ROOT=$HOME/prog_dev/boost/boost-modular/modular-boost/install ;\
echo "BOOST_ROOT=" $BOOST_ROOT ;\
./configure --with-clang=/home/evansl/dwnlds/llvm/versions/3.4/configurations/Release/install/bin/clang++ \
--with-gcc=/home/evansl/dwnlds/gcc/4.8.1/install/bin/g++

