$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] [python] Problem detecting python
From: Ravi (lists_ravi_at_[hidden])
Date: 2009-08-31 22:10:18
On Monday 31 August 2009 08:52:42 Philippe Fremy wrote:
> Could someone give me a hint on how to compile boost.python with mingw
> or tell me if it's impossible ?
If you are using python built with MSVC (e.g., the Windows python binaries at
python.org), you will be unable use it with mingw (due to conflicting run-time
library requirements. You can still use mingw-built boost.python with mingw
python.
Regards,
Ravi