Boost logo

Boost-Build :

Subject: Re: [Boost-build] boost build for Windows Mobile 2005
From: David Deakins (ddeakins_at_[hidden])
Date: 2009-05-22 08:30:57


Hi Vassili,

> vassilux a écrit :
>>
>> But I can't build it and here errors :
>> C:\Program Files\boost>bjam --without-mpi --without-python link=shared
>> threading=multi stage toolset=msvc-8.0~wm5~stlport5.2
>> stdlib=stlport-5.2~evc8~arm --build-type=complete

I don't think this bjam statement is formatted properly. I would expect
that you need to do something more like:

bjam --without-mpi --without-python debug
msvc-8.0~wm5~stlport5.2/threading=multi/link=shared/stdlib=stlport-5.2~evc8~arm
install

Or something of that sort. What kind of output do you see if you run this?

-Dave


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