17 Nov
2005
17 Nov
'05
2:21 p.m.
Thanks for the informative answer.
If you want to avoid all warnings, you may have to set ZLIB_LIBPATH, etc. to point to a debug variant of your project's zlib when building a debug variant of Boost.Iostreams, and to a release variant when building a release variant of Boost.Iostreams.
Is there a way to specify the configuration ( debug or release ) in a boost build? Like: bjam "-sTOOLS=gcc" "-sConfig=debug" install Thanks again, Christian