Boost logo

Boost-Build :

From: Oliver.Kowalke_at_[hidden]
Date: 2007-05-16 03:05:23


Hello Michael,
 
> 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

I also tried this with the same result/error.
I would fix the bjam-linker stuff by myself - I only need a hint in
which config file I need to insert the HP-linker options.
tutorial on boost.org about bjam v2 doesn't help :((

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