
On Tue, 02 Feb 2010 17:17:42 +0100, Vladimir Prus <vladimir@codesourcery.com> wrote:
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?
Yes, thanks, works now! And now I see that these are variables and no macros at http://www.boost.org/doc/libs/1_41_0/libs/iostreams/doc/installation.html. :-) Boris