$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Stephan (stephan80_at_[hidden])
Date: 2008-03-27 04:40:05
Thanks for the answer, I actually managed to get it work now. I
replaced my full path for the boost-python dylib by the boost-build-
project name : /boost/python//boost_python.
(putting "use-project boost" before) This library is recognized
within the build-process and then the install-names are right.
Stephan
Am 27.03.2008 um 09:20 schrieb Vladimir Prus:
> Can you please try either SVN trunk, or the *current* 1.35 release
> candidate? I believe some fixes about install name on darwin were
> done.
>
> - Volodya