From: John Maddock (john_at_[hidden])
Date: 2005-11-30 05:27:17


> I would like to install parts of Boost, for now the uBLAS and smart
> pointer libraries, on a workstation running HP-UX 11.22. I'm using
> gcc
> 3.4.3, not HP's C++ compiler.
>
> bjam seems to build okay, but when I try to use bjam to install just
> the uBLAS library using the command

ublas is a header only library so there's no need to build anything to use
it. You should be able to just install the headers though without building
anything if that's what you want to do.

Rene: I think you wrote the install code any ideas? Or are we moving to
bbv2 anyway? :-)

John.