$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Benjamin Kosnik (bkoz_at_[hidden])
Date: 2007-01-30 13:15:54
> * When using GCC 4.1.1 which has ability
> to hide symbols in a shared library by default
Sadly, visibility support is broken in this release series. You'll need
to use 4.2.x and above to use this feature.
-benjamin