Boost logo

Boost-Build :

From: Vladimir Prus (ghost_at_[hidden])
Date: 2005-06-27 02:21:38


On Sunday 26 June 2005 22:40, gianlucaspm wrote:
> Hi to all,
>
> I hope this is the right newsgroup....
> I'm building Boost on QNX 6.2.1 with gcc 2.95.3.
> When I run:
>
> bjam "-sTOOLS=gcc" install
>
> 1) How can I known the platform & library I'm building with?

What's "platform"? Boost.Build will most likely assume that QNX is a variant
of Unix and act accordingly. What's "library"? The above will build all Boost
libraries, unless you use "-with-<library-name>" flags.

> 2) How can I switch to the Dinkumware library?

Don't know sorry. How do you use that library with regular gcc? Maybe

bjam -sTOOLS=gcc install
"<include>/path/to/dinkumware"
"<find-library>libwhaterver"

will just work.

> 3) Is the default file user.hpp considered when I specify the tool?

Yes.

- Volodya

-- 
Vladimir Prus
http://vladimir_prus.blogspot.com
Boost.Build V2: http://boost.org/boost-build2
 

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