Subject: Re: [Boost-build] How do I add system library path to Jamfile which is already in the ld search path?
From: John Maddock (boost.regex_at_[hidden])
Date: 2014-06-30 04:25:47


> Why does bjam not find the library in the system search path? How can I
> tell boost.build where this library is?

I would have thought it would do so, if you run bjam with the -d2 option
you'll see the actual command line used and that may help debug this.

John.