ehab samir aziz <[EMAIL PROTECTED]> 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

_______________________________________________
Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost

Reply via email to