From: Vladimir Prus (ghost_at_[hidden])
Date: 2007-05-02 14:24:42


Richard Hadsell wrote:

> I'm building the Boost 1.34.0 beta libraries with g++ on Linux, and I
> want to see the actual command that bjam uses to compile source files.
> How can I make it echo the command line?

By running

        bjam --help

and reading the "Important Options:" part of the output,
then using one of the option described there.

Sorry for sending you to docs instead of giving direct
answer, but the output of --help is likely to save
some questions in future.

- Volodya