$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: David Abrahams (dave_at_[hidden])
Date: 2002-10-17 07:51:51
"wugui" <yg-boost-users_at_[hidden]> writes:
> i install gcc-3.2 in a new directory. pl. /usr/local/gcc-3.2/
>
> how build boost with it.
Go to your boost root directory and:
bjam -sTOOLS=gcc -sGCC_ROOT_DIRECTORY=/usr/local/gcc-3.1
If you want the Boost.Python library, be sure to follow the directions
at http://www.boost.org/libs/python/doc/building.html
-- David Abrahams dave_at_[hidden] * http://www.boost-consulting.com Building C/C++ Extensions for Python: Dec 9-11, Austin, TX http://www.enthought.com/training/building_extensions.html