
2 Feb
2010
2 Feb
'10
4:17 p.m.
Boris Schaeling wrote:
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.
This should be -sNO_COMPRESSION=1 Does it work better? - Volodya