Boost logo

Boost-Build :

From: Roland Schwarz (roland.schwarz_at_[hidden])
Date: 2007-09-03 07:07:15


Oliver.Kowalke_at_[hidden] wrote:
> That's not what I want. I need to know the place/file where I can place
> the info that gcc on HP/UX (PA-RISC) should be default and shared
> libraires should also be created by default.

Sorry, but are you trying to do at all?

1) Building boost libraries

2) Using Boost.Build to build your own project?

for case 1) you would typically specify your toolset on the command-line
(altough specifying in user-config.jam gives more configurability) for
case 2) I would recommend specifying in user-config.jam.
There you also can specify the compiler beeing used. But if it nor
compatible with gcc, I am afraid you would need to create a new toolset,
and not using the gcc toolset.

In case 1) you would specify on the commandline
bjam link=shared
to get the shared libs. Note: for some libs this is not possible since
the lib author may have decided that only static is meaningful.
In case 2) you need to specify the defaults in your project settings of
your Jamfile (as another poster already has ponted out)

> Sorry - I didn't found this info in the documentation - may I overlooked
> it?!

This is for case 2)
http://boost.org/boost-build2/

This is for case 1)
http://boost.org/more/getting_started/unix-variants.html

> I'll check this.

check what?

Roland aka speedsnail


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