$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Simon Pickles (sipickles_at_[hidden])
Date: 2008-08-13 06:28:27
Hi,
I have finally got my head round boost::python and I'm loving it. I am
on Ubuntu Hardy, stackless python 2.5, gcc 4.2.3.
Two questions:
1) When using bjam to build libraries which expose C++ classes and
functions to python, how can I use bjam to output the built libraries
into a different folder to /bin/gcc-4.2.3/debug?
2) is this actually a debug library? if so, how do I create release
versions?
Many thanks
Simon