
On Tue, 02 Feb 2010 14:50:22 +0100, Beman Dawes <bdawes@acm.org> wrote:
[...]Please download, do a build, and report results here. Also let us know if you spot any problems or have any other comments.
'bjam -q stage' with g++ 4.2.1 on Suse Linux 10.3: gcc.compile.c++ bin.v2/libs/iostreams/build/gcc-4.2.1/release/threading-multi/bzip2.o libs/iostreams/src/bzip2.cpp:20:56: error: bzlib.h: No such file or directory I tried then 'bjam -q define=NO_BZIP2 stage' and 'bjam -q define=NO_COMPRESSION stage' but this didn't work. I changed to libs/iostreams/build and tried another 'bjam -a define=NO_BZIP2 stage' but same problem. In the end I continued building the libraries with 'bjam -q --without-iostreams stage'. As there are probably not many Linux installations without bzip2 (I used an old VM now) it's not a show stopper for me. Boris