$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Martin Wille (mw8329_at_[hidden])
Date: 2004-09-20 00:51:54
Larry Evans wrote:
>>>There was a report on the jamboost list about similar
>>>problems at another site. I can't recall whether a bug
>>>was found or fixed.
>>>
>
>
> Is this report the one at:
>
> http://thread.gmane.org/gmane.comp.lib.boost.build/6279
>
> ? If so, then nothing was changed. The recommendation was
> to set the LD_LIBRARY_PATH environment variable to include
> the appropriate directory.
Yes, this (and the original posting you mention in that message)
is what I was referring to.
The problem here is that Boost.Build should set LD_LIBRARY_PATH
accordingly when running the tests. Apparently, Rene's recent
fix solved the problem, e.g. http://tinyurl.com/4ymgy reports
success now.
Regards,
m