Boost logo

Boost :

From: David Abrahams (dave_at_[hidden])
Date: 2003-02-10 07:49:04


ehab samir aziz <hpy_azizy_at_[hidden]> writes:

> I am running C++ ver 3 . How can I know exactly the
> libraries linked ?

You can examine the command lines generated by bjam when it builds
your project.

> Is a bjam -d2 command that when I issue I discover
> libraries linked ?

Yes, bjam -d2 will cause the command-lines to be printed. If your
project has already been built and you want to see the commands
that were used, you can use "bjam -n -a".

HTH,

-- 
Dave Abrahams
Boost Consulting
www.boost-consulting.com

Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk