Boost logo

Boost-Build :

From: Oliver.Kowalke_at_[hidden]
Date: 2007-08-31 02:24:42


Hi,
I tried to build boost-1.34 on HP/UX 11.11 with gcc-4.0.2 (bjam
--prefix=/opt/boost --toolset=gcc install). I got only static libraries
(extension .a).
Could you tell me how I can tell bjam to build also shared libraries
with the extension .sl (this is the standard extion for shared libraries
on HP/UX)?
I tried:

bjam --prefix=/opt/boost "-sTOOLS=gcc" "-sSUFDLL=.sl" "-sBUILD=debug
release <runtime-link>dynamik <threading>multi <cxxflags>-D_REENTRANT
<cxxflags>-fpic <release><optimization>speed" install

but its from bjam v1 and oesn't work with bjam v2 - no backward
compatibility to command line :( .

I hope you will help me.

Kind regards, Oliver


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