$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Vladimir Prus (ghost_at_[hidden])
Date: 2008-02-25 10:56:56
stacie_at_[hidden] wrote:
> What is the syntax to run Bjam? Do I just type ./bjam and it will find
> the Jamfile in the current directory and then do it's thing?
For building boost, please see getting started document at boost.org.
For Boost.Build documentation, please see boost.org/boost-build2
> I am building on HPUX using GCC 4.2.3, using Boost 1.35 (Feb 21)
> Apparently some of the build instructions require that the dist/bin
> directory for wave exist and be populated. The build complained that
> .wave could not be found.
Please report this as a bug to the maintainer of whatever library
that requires wave -- this is not supposed to be required.
- Volodya