$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Alex Farberov (Alexander.Farberov_at_[hidden])
Date: 2007-06-19 15:22:20
Hi,
I'm new to Boost.Build.
I'm using a simple Jamfile with g++ set as the compiler. I'm encountering
many problems and in order to figure out what am i doing wrong I'm wondering
how to make bjam print what commands it is passing to g++.
For example, when I add a directive <include>. to usage-requirements i would
like to see that it translates into g++ -I.
Whenever bjam calls g++, i would like to see the arguments it passes to g++.
Please help :)