$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Christopher Woods (cwoods_eol_at_[hidden])
Date: 2007-05-16 23:18:43
chun ping wang wrote:
> C:\boost\include\boost_1_34>bjam "--toolset=gcc" "-sPYTHON_VERSIO
> N=2.5" "--build-dir=C:\boost" "-sGCC_ROOT_DIRECTORY=C:\Dev-Cpp"
I *think* that you are trying to build 1.34.0 with the old build syntax.
1.34.0 is built using BBv2 which uses a different syntax. Check the
new getting started guide and see if it helps:
http://www.boost.org/more/getting_started/index.html
-Chris