Boost logo

Boost-Build :

From: Christoph Mayer (mayer_at_[hidden])
Date: 2008-07-10 07:39:39


Hi,

I am writing a small script that automates the compilation of the boost
libraries. The library will be used by people without root access and
therefore can not be installed using e.g apt-get or system wide.

The script currently looks as follows:

cd boost_1_35_0
mkdir build
./configure --prefix=$PWD/build --with-libraries=thread
make
make install
cp ./libboost_thread-gcc*-mt.so ./libboost_thread.so

The last copy line is very annoying and does not work in case gcc is not
used. There is an option for bjam that directly outputs libraries in the
form libboost_thread.so. Is it possible to use this by calling
./configure with additional parameters instead of using bjam directly?

Thank you,
Chris

-- 
Dipl.-Inform. Christoph P. Mayer
Institute of Telematics, University of Karlsruhe (TH)
Zirkel 2, 76128 Karlsruhe, Germany
Phone: +49 721 608 6415, Email: mayer_at_[hidden]
Web: http://www.tm.uka.de/~mayer/

Boost-Build list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk