$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Toon Knapen (toon.knapen_at_[hidden])
Date: 2005-06-20 11:38:02
The boost.filesystem does not compile succesfully on HPUX/itanium with
aCC because (in bbv1) the function readdir_r is not known. It compiles
fine though if the flag '-mt' (to enable multi-threading) is added to
the command-line.
Does anybody now any other flag that might influence this? Is it normal
(never used readdir_r myself) that it is only defined in
multi-threading-mode? Should we instruct bbv1 to compile the
boost.filesystem always with the -mt flag on hpux ?
toon