Boost logo

Boost-Build :

Subject: Re: [Boost-build] How do I get debug output for locale library testing?
From: Vladimir Prus (vladimir.prus_at_[hidden])
Date: 2016-06-10 03:16:41


On 08/06/2016 09:01, Kuhl, Brian wrote:
> Hi,
>
> I’m trying to add some logic to boost_1_59_0/libs/locale/Jamefile.v2 to look for the ICU library in a different location.
>
> But it’s not working.
>
> Is there a debug setting that lets me see these early configuration tests exact output, I can’t find a log file?
>

Brian,

the log for actual configuration tests -- those that compile targets and look at results -- can normally
be found under bin.v2/config.log

Note that the searched-lib metatarget is not doing any checks per se - it just passes the paths straight
to the linker.

HTH,

-- 
Vladimir Prus
http://vladimirprus.com

Boost-Build 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