$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Jonathan Turkanis (technews_at_[hidden])
Date: 2005-07-06 22:18:27
Joel de Guzman wrote:
> Jonathan Turkanis wrote:
>> Joel de Guzman wrote:
>>
>>> Hi,
>>>
>>> Help! I do not know how to configure user-config.jam
>>> for Comeau. Is this documented somewhere? It would be
>>> nice if the user-config.jam file contains a sample,
>>> like it has for msvc and gcc.
>>
>>
>> using como ;
>>
>> works for me, except that I use como + VC7.1 and have to run
>> vcvars32 manually before bjam.
>
> Yes. But I thought this could be made automatic? In this
> case, the situation is not any better than BV1.
I mentioned this to Volodya a few days ago, and he put it on the todo list:
http://www.crystalclearsoftware.com/cgi-bin/boost_wiki/wiki.pl?Boost.Build_V2/Todo.
Jonathan