id summary reporter owner description type status milestone component version severity resolution keywords cc 844 bjam bug in windows? locksmith René Rivera "{{{ Compiling zlib and bzip2 libraries for use by iostream using the latest bjam build gives the following error: unknown dependent target <@boost!libs!iostreams!build>libboost_bzip2.lib After replacing the following in bzip2.jam 30c30 < if !$(NO_BZIP2) --- > if ! $(NO_BZIP2) and zlib.jam 30c30 < if !$(NO_ZLIB) --- > if ! $(NO_ZLIB) it manages to compile after that. Is it a bug in bjam? }}}" Bugs closed bjam None Fixed