|
Boost Testing : |
From: Jonathan Turkanis (technews_at_[hidden])
Date: 2005-05-25 14:39:20
Markus Schöpflin wrote:
> Jonathan Turkanis wrote:
>
>> True, but it seems to be working everywhere except Tru64 at comsoft.
>> It's seems to work well enough on Unix/Linux that I'd like to leave
>> it as is.
>
> The headers are located in "/usr/local/include". G++ seems to look
> there by default, and CXX doesn't. So how do I tell the tests to
> include this directory?
If there are prebuilt binaries on your system, and if the headers are available,
the relevant bjam variables are
ZLIB_INCLUDE: path to zlib headers
ZLIB_BINARY: path to prebuilt binary
BZIP2_INCLUDE: path to libbz2 headers
BZIP2_BINARY: path to prebuilt binary
I'd like you to try just setting the xxx_INCLUDE variables, to see if the
binaries are found automatically.
> Markus
Jonathan