From: Peter Dimov (pdimov_at_[hidden])
Date: 2006-12-12 09:27:02


David Abrahams wrote:
> "Peter Dimov" <pdimov_at_[hidden]> writes:
>
>> David Abrahams wrote:
>>
>>> You can review the guide at
>>> http://www.boost-consulting.com/boost/more/getting_started.html.
>>
>> C:\Program Files\boost\boost_1_34_0> bjam \
>> --build-dir=%TEMP%\build-boost \
>> --toolset=msvc stage
>>
>> is pretty odd. Even if it worked, and it doesn't,
>
> What's wrong with it, please?

How am I supposed to enter that? bjam \ <enter> executes "bjam \". \ is a
valid path under Windows. What version of 'cmd' are you using that lets you
splice lines in this way?