我在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 ;
我缺少什么
答案 0 :(得分:1)
首先尝试运行:
apt-get build-dep libboost-all-dev
例如:您可能没有安装build-essential
/usr
的Python位置不正确。同样/usr/bin/gcc
应该是/usr/bin/g++
。