$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Teemu Torma (teemu_at_[hidden])
Date: 2006-12-20 18:54:52
On Thursday 21 December 2006 00:41, Boris Gubenko wrote:
> Â On a Unix system, Boost.Build creates dynamic libraries with ".so"
> suffix. However, on HP-UX, the Python interpreter expects ".sl". Here
> is an excerpt from Python configuration script:
Notice that Python 2.5 on HP-UX/ia64 uses .so suffix.
Teemu