[C++-sig] building 32 Bit and 64 Bit extensions on the same machine

Wojciech Mamrak wmamrak at gmail.com
Fri Aug 24 16:49:03 CEST 2012


Hi,

add address-model=64 to Boost::Python bjam compilation command and
that's all. Be aware, that not all MSVS versions (e.g. Express
Edition) are equipped with 64 Bit compiler.

2012/8/24 Ronny Herzog <herzog at mpi-cbg.de>:
> Dear all,
>
> I want to build 32 bit extensions and 64 bit extensions on my Windows 7 / 32
> Bit with boost. After two days of checking google I am a bit frustrated. I
> am new to Boost and it is a bit like a jungle.
>
> Can anyone help on what I need to do to set up Boost in the right way and
> have a Jamroot which allows me to compile my Python extensions in 32 Bit and
> 64 Bit at the same time (with MSVC 2008).
>
> Thanks a lot,
> Ronny
>
> _______________________________________________
> Cplusplus-sig mailing list
> Cplusplus-sig at python.org
> http://mail.python.org/mailman/listinfo/cplusplus-sig


More information about the Cplusplus-sig mailing list