Boost logo

Boost Testing :

From: Jonathan Turkanis (turkanis_at_[hidden])
Date: 2008-01-18 17:21:27


Jurko Gospodnetić wrote:
> Hi.
>
>> What's the exact bjam command line syntax to do this? -sLARGE_FILE_TEMP
>> or something similar?
>
> I believe it is:
>
> -sLARGE_FILE_TEMP=some-path

Yes, that's right. And just to be clear, the path should point to the
file itself, not the containing directory.

> I'm just not sure how paths with spaces should be specified - with
> quotes around the whole command-line option or just the path, but that
> should be easy to test.

Good question. I tried the type of quoting described here
(http://www.boost.org/doc/html/jam/usage.html), e.g.,

   -sLARGE_FILE_TEMP="\"\"C:/Large File/large_file\"\""

as well as several other possibilities, but none worked.

> Best regards,
> Jurko Gospodnetić

-- 
Jonathan Turkanis
CodeRage
http://www.coderage.com

Boost-testing list run by mbergal at meta-comm.com