|
Boost-Build : |
Subject: Re: [Boost-build] Problem on compile boost for wince
From: Vladimir Prus (ghost_at_[hidden])
Date: 2010-11-14 06:40:37
On Sunday, November 14, 2010 08:55:17 Shi, ZeXing wrote:
> Hi,
>
>
>
> I encounter some problem on compile boost library for wince platform.
>
>
>
> I follow the instruction on
> http://boost.2283326.n4.nabble.com/Building-Boost-for-Windows-CE-td26955
> 28.html#a2695528
>
>
>
> 1. modify user-config.jam
>
> using msvc : 8.0arm :
...
> 2. bjam.exe -with-thread
You have to have two dashes in "--with-thread".
> But the library built is still the win32 version. Not the wince-arm one.
1. Use --debug-configuration to make sure your user-config.jam is actually
the one that is loaded.
2. Add toolset=msvc-8.0arm to Boost.Build invocation.
Let me know if this helps,
-- Vladimir Prus http://vladimir_prus.blogspot.com Boost.Build: http://boost.org/boost-build2
Boost-Build list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk