$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-build] build problems with mpi and python
From: commb07_at_[hidden]
Date: 2012-09-17 12:35:13
I have solved the second problem myself:
ActivePython is built with Microsoft Visual C++, so GNU compilers have
trouble with the libraries.
The solution is to build a compatible library with pexports and dlltools
and put that in the python libs folder. For details see
http://smittywerben.wordpress.com/2012/09/17/building-boost-with-mingw-on-windows-7-64-bit-with-activepython/.
Can anyone help with the first problem?