Subject: Re: [Boost-build] using --without-thread results in Boost.Threadstill being built
From: McLemon, Sean (Sean.McLemon_at_[hidden])
Date: 2009-07-15 09:19:10


> The --show-libraries option will give a list of things that can be
> passed
> to --with and --without options. From that output, it seems that
>
> --without-thread
>
> is the correct spelling. However, some other libraries might still
> depend
> on thread, in particular, the wave library does. So, you need --
> without-wave
> as well. In general, the --debug-building option may be use to figure
> what
> has triggered a build of specific target.

Ah cool, my brain clearly works the wrong way round (ie that we'd
exclude thread, and any libs which needed thread would be excluded too)
from bjam. I'll use --debug-building and plough on! Thanks again,
Volodya.

- Sean