1 Mar
2013
1 Mar
'13
8:13 p.m.
AMDG On 03/01/2013 08:45 AM, julien.plu@redaction-developpez.com wrote:
When I try to compile boost with this command line : .\b2 toolset=gcc -j4 --build-type=complete --without-mpi --prefix=C:\librairies\boost-1.53.0 --user-config=user-config.jam install
I have the error that you can see in the out.txt file in attachment and the user-config.jam file in attachment either.
I try to compile Boost in MinGW with GCC 4.7.2.
Someone can help me :-)
If you don't need Boost.Python, you can add --without-python. I'm not sure what the problem is. Looking at the link command line, I see: -Wl,-Bdynamic -lpython27 which looks right. Can you check exactly which library is being linked to. (linkflags=-Wl,-t) In Christ, Steven Watanabe