$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Oliver.Kowalke_at_[hidden]
Date: 2007-05-14 06:20:40
Hello,
I tried to install boost-1.34 on HP/UX 11.11 with gcc-4.1.0.
I get only static libraries installed - shared libraries are missing.
It seams that the creation shared libraries is not set as default.
bjam --prefix=/opt/boost --toolset=gcc --link=shared install
Doesn't work.
Oliver