30 Nov
2005
30 Nov
'05
10:27 a.m.
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.