Boost logo

Boost-Build :

From: Joel de Guzman (joel_at_[hidden])
Date: 2005-07-07 18:43:11


David Abrahams wrote:
> Joel de Guzman <joel_at_[hidden]> writes:
>
>
>>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.
>
>
> It's actually horrible. Here's what I had to do:
>
> using como : 4.3.3 :
> "call \"c:/program files/microsoft visual studio .net 2003/vc7/Bin/vcvars32\" > nul
> set COMO_MS_INCLUDE=\"c:/program files/microsoft visual studio .net 2003/vc7/include\"
> set LIB=c:/tools/como433/libcomo;%LIB%
> set PATH=c:/tools/como433/bin;%PATH%
> set COMO_BASE=c:/tools/como433
> como.exe --diag_suppress=68"
> ;
>
> Here's some discussion of it:
>
> http://thread.gmane.org/gmane.comp.lib.boost.build/8887

Thanks, Dave! I'll try it out.

Regards,

-- 
Joel de Guzman
http://www.boost-consulting.com
http://spirit.sf.net
 

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