$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
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