Boost logo

Boost-Build :

From: Michael Caisse (boost_at_[hidden])
Date: 2007-05-16 02:32:28


Oliver.Kowalke_at_[hidden] wrote:
> Hello,
> I tried to install boost-1.34 on HP/UX 11.11 (compiled with gcc-4.1.0):
>
> bjam --prefix=/opt/boost --toolset=gcc --with-thread install
>
> Doesn't create shared libraries.
>
> bjam --prefix=/opt/boost --toolset=gcc --with-thread --link=shared
> install
>
Oliver -

Hopefully someone can help you with the linker error... but you still have
to change the command line also the "--link=shared" wont do. "link" is not
a command line option, it is a feature. So it will look like this:

   bjam --prefix=/opt/boost --toolset=gcc link=shared install

Best regards -

micahel

-- 
----------------------------------
Michael Caisse
Object Modeling Designs
www.objectmodelingdesigns.com

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