$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-build] python-extension, stage, and dll-path
From: Michael Pust (pust_at_[hidden])
Date: 2009-04-12 03:13:22
hi,
i am having trouble getting python-extension and stage to behave well
together. in particular, stage only seems to know how to copy a
python-extension. if i request stage insert an rpath via
<dll-path>/some/path when staging a python-extension, there is no effect.
can anyone help me resolve this? am i doing something stupid? i took a
look in stage.jam and python.jam and noticed that stage transforms
SHARED_LIB to INSTALLED_SHARED_LIB, and python-extension creates a
PYTHON_EXTENSION, which is related to SHARED_LIB, but im guessing stage
doesnt recognize the PYTHON_EXTENSION as a SHARED_LIB.
michael pust