Boost logo

Boost Users :

From: John Maddock (john_at_[hidden])
Date: 2005-12-22 05:01:49


> I have a problem with the installation proberties for Library.
>
> I want use "--with-<library>", but i don't know how.
> --with-random --with-uBlas Are that the right Command?
>
> This is my gcc command row:
>
> /boost_1_33_1/tools/build/jam_src/bin.linuxx86/bjam -sTOOLS=gcc
> --prefix=/boost_1_33_1/MBoost --exec-prefix=/boost_1_33_1/MBoostLib
> --builddir=MBuild --with-random --with-uBlas --without-python install
>
> --> compiler make directory and fileclones for include
> for example:
> FileClone
> /boost_1_33_1/MBoost/include/boost-1_33_1/boost/algorithm/string/formatter.hpp
> not more!! No installation is done!

Because there is nothing to be done for those libraries: they're header only
so nothing gets built. Just make sure the headers are in your compiler's
include path.

John.


Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net