Boost logo

Boost :

From: Markus Schöpflin (markus.schoepflin_at_[hidden])
Date: 2007-01-26 03:45:28


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


Boost list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk