Boost logo

Boost-Build :

From: Jürgen Hunold (hunold_at_[hidden])
Date: 2006-03-21 03:06:37


Hi !

Am Dingsdag 21 März 2006, 08:58 schrieb Gennadiy Rozental:
> >> What <link>static means?
> 1. Will I be able to build dynamic library using Jamfile.v2?

Not at the moment. I think that <os>NT:<link>static needs to be the
"default-build" of this project. And you have to add the necessary <define>
to the requirements section.

> 2. Do I need Jamfile.v2 in examples directory?

Of course ;-)) I've got one at home and could post it this evening.

> 3. Some examples using dynamic library

Would be great ;-))

> 4. What commands (consider I am in oibst/test/build) I need to build:
> a) only static libraries

bjam --v2 link=static

> b) only dynamic libraries

bjam --v2 link=shared

> c) only debug libraries in combination with one of above

bjam --v2 debug link=static
bjam --v2 debug link=shared

should work as soon as static linking is removed from "requierements"
section...

Yours,

Jürgen

-- 
* Dipl.-Math. Jürgen Hunold  ! Ingenieurgesellschaft für 
* voice: ++49 511 262926 57  ! Verkehrs- und Eisenbahnwesen mbH  
* fax  : ++49 511 262926 99  ! Lister Straße 15
* hunold_at_[hidden]          ! www.ive-mbh.de

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