$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-build] building bjam with python support
From: Vladimir Prus (ghost_at_[hidden])
Date: 2008-10-21 03:22:20
On Tuesday 21 October 2008 07:46:56 David Montgomery wrote:
>
> Hi,
> I am trying to build bjam with python support. This is the code that I executeâ¦
> sh ./build.sh gcc --with-python=/usr/include/python2.5
Try
--with-python=/usr
The --with option takes install prefix of a package, not location of headers.
- Volodya