$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Vladimir Prus (ghost_at_[hidden])
Date: 2004-05-17 05:21:25
Larry Evans wrote:
> I've gotten the following output:
>
> cd ~/prog_dev/boost-root.ln/development/libs/managed_ptr/test/
> bjam --v2 -d2
>cc/debug/own_rent_ptr: error while loading shared libraries:
> boost_unit_test_framework.so: cannot open shared object file: No such file
I suggest that you add "<hardcode-dll-paths>true" to the requirements of
project in "managed_ptr/test". That would do the necessary magic.
HTH,
Volodya