$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] Execution problem moving libraries
From: Mathias Gaunard (mathias.gaunard_at_[hidden])
Date: 2011-08-01 08:21:43
On 01/08/2011 13:09, Lars Viklund wrote:
> If the compiler and library versions of the LSB are not up to your
> demands, the only realistic choice is to static-link everything and pray
> for the best.
Or ship your executable along with the shared libraries it needs, but
that can cause other problems.