
26 Jan
2007
26 Jan
'07
8:45 a.m.
Vladimir Prus wrote:
In COMSOFT tests, I see failures of iostream compression tests. It appears that Boost.Build/iostreams setup sees we're on Unix system and assumes zlib and friends are available, while they are not.
Markus, can you do either of:
1. Install development packages for zlib and bz2lib? 2. Download zlib and bz2lib separately and pass their locations to bjam as documented at: http://boost-consulting.com/boost/libs/iostreams/doc/index.html?path=7
I added -sBZIP2_INCLUDE=/usr/local/include, -sBZIP2_LIBPATH=/usr/local/lib, -sZLIB_INCLUDE=/usr/local/include, and -sZLIB_LIBPATH=/usr/local/zlib to --bjam-options. I hope this will work. Thanks for bringing it to my attention. Markus