在ubuntu上构建python for boost

时间:2015-01-04 10:15:40

标签: python boost

我在ubuntu上安装了boost 1.57和python 2.7.3。我正在尝试构建/ python / example / quickstart文件夹。当我尝试发出命令时

bjam toolset=gcc

build system bootstrapped
don't know how to make toolset=gcc
...found 1 target...
...can't find 1 target...

在我的主目录中,我有user-config

using gcc
   : 4.6
   : /usr/bin/gcc ;
using python
   : 2.7
   : /usr ;

我缺少什么

1 个答案:

答案 0 :(得分:1)

首先尝试运行:

apt-get build-dep libboost-all-dev

例如:您可能没有安装build-essential


修改

/usr的Python位置不正确。同样/usr/bin/gcc应该是/usr/bin/g++