
2 Feb
2010
2 Feb
'10
4:18 p.m.
On 2 February 2010 16:10, Boris Schaeling <boris@highscore.de> wrote:
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.
I think you need to define an environment variable. Try 'NO_BZIP2=1 bjam -q'. Daniel