I'm interested to see you're using SCons to build your modules. Would you mind posting a short account of your experience using SCons, both in general and with Boost.Python? I still wrestle with Makefile vs Boost.Build vs tearing-my-hair-out every once in while. A more complicate SConstruct file would be great to look at too. Thanks On Fri, 2 Jul 2004 11:48:43 -0500, Chad Austin <caustin@gmail.com> wrote:
Chad@basilisk ~/tmp/bp $ scons scons: Reading SConscript files ... scons: done reading SConscript files. scons: Building targets ... g++ -DBOOST_PYTHON_STATIC_LIB -DBOOST_PYTHON_NO_TEMPLATE_EXPORT -I/usr/local/inc lude/boost-1_31 -I/usr/include/python2.3 -c -o hello.os hello.cpp g++ -shared -o hello.dll hello.os -L/usr/lib/python2.3/config -L/usr/local/lib - lboost_python-gcc -lpython2.3 scons: done building targets.
-- -- Graeme graeme.lufkin@gmail.com