$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-users] cross compiling boost python (64->32bits)
From: Stéphane ANCELOT (sancelot_at_[hidden])
Date: 2014-03-24 03:58:29
Hi,
I need to compile boost python from my linux system.
the host system is a 64bits , and the target a 32 bit one.
when I try using it on the target system, I have this message,
ImportError: ./libboost_python.so.1.55.0: undefined symbol:
Py_InitModule4_64
So, I suppose it is not compiled for 32bits system .
I have tried many things, what is the right way to compile a 32 bits
boost python lib, from a linux 64 bits system ?
Regards,
Steph