gccツールセットバージョン4.4.3でubuntu 10.04を使用しています
私のブーストのインストールは
/usr/local/boost_1_50_0
私はpythonライブラリを構築しようとしています。このために、インストールフォルダーで指示しました
sudo ./bootstrap.sh --with-libraries=python
次の返信を受け取りました
Building Boost.Build engine with toolset gcc... tools/build/v2/engine/bin.linuxx86/b2
Detecting Python version... 2.6
Detecting Python root... /usr
Unicode/ICU support for Boost.Regex?... not found.
Backing up existing Boost.Build configuration in project-config.jam.6
Generating Boost.Build configuration in project-config.jam...
Bootstrapping is done. To build, run:
./b2
To adjust configuration, edit 'project-config.jam'.
Further information:
- Command line help:
./b2 --help
- Getting started guide:
http://www.boost.org/more/getting_started/unix-variants.html
- Boost.Build documentation:
http://www.boost.org/boost-build2/doc/html/index.html
aditya@aditya:/usr/local/boost_1_50_0$ g++ --version
g++ (Ubuntu 4.4.3-4ubuntu5.1) 4.4.3
Copyright (C) 2009 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
私はその後実行します
sudo ./b2
その後、多数のビルド エラーが表示されます。基本的に何もビルドされません。
これは、一部の python dev ライブラリが利用できないことに関係していると思われます。
このマシンはインターネットに接続されていないため、自分でビルドする必要があります (sudo apt-get install ではなく)。