[C++-sig] compiler options and bjam

David Abrahams dave at boost-consulting.com
Tue Oct 15 17:26:15 CEST 2002


Stefan Seefeld <stefan.seefeld at orthosoft.ca> writes:

> hi there,
> 
> is there any way to output the compiler / linker
> options *actually* used with bjam ? I have a hard
> time figuring out a bug I expect to be caused by
> incompatible flags passed to mipspro, where my
> own compile fails but bjam works just fine (it seems).

Add -d+2 to the command-line before any targets.

Or use -n to suppress building anything; that will also write out the
build commands.

-a will cause everything to be rebuilt, so -n -a shows you all the
 build commands and exits.

HTH,
-- 
           David Abrahams * Boost Consulting
dave at boost-consulting.com * http://www.boost-consulting.com





More information about the Cplusplus-sig mailing list