$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Vladimir Prus (ghost_at_[hidden])
Date: 2007-06-20 04:09:41
On Tuesday 19 June 2007 08:18, West, Larry wrote:
> This seems like it must be an error on my part, since it shows up on the
> first "make": bjam errors out immediately saying it can't find
> "sunpro.jam".
......
Can you try just "sun". In Boost.Build V2 that's how support module
for Sun compiler is called -- after all sun only produces one compiler,
and the branding is not obvious, so "sun" is the one part of the name
we always can be sure of.
- Volodya