uBlas and random installation problem!
----- Weitergeleitete Nachricht von stefan.koch@s2000.tu-chemnitz.de -----
Datum: Fri, 16 Dec 2005 14:58:16 +0100
Von: Stefan Koch
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.
participants (2)
-
John Maddock
-
Stefan Koch