Boost logo

Boost Users :

From: Juergen Hunold (juergen.hunold_at_[hidden])
Date: 2006-12-21 11:30:16


Hi Bo !

On Thursday 21 December 2006 16:10, Bo Peng wrote:
> On 12/21/06, Bo Peng <ben.bob_at_[hidden]> wrote:

> Is there a way to let bjam print out the exact commands it executes?

Try "-d+2" to print the _exact_ commandlines.
Or try "-n" which will _only_ print the commandlines. Should be
faster...

> Is there a log file somewhere? To temporarily fix the problem, I
> would like to add zlib.cpp by hand, but I do not know how
> bjam/boost/mingw generate the dll.

Take a look at libs/iostreams/build/Jamfile.v2 .
You'll see that there are options to either completely disable zlib or
built it by itself.
To get more help, you could try to run
bjam --debug-configuration
to see what bjam has found.

And the order of libraries is relevant when doing static linking with
gcc. It would be nice to know whether the link lines contain
" -Wl,--start-group" and "-Wl,--end-group" which are used to navigate
around this difficult area.

Yours,

Jürgen

-- 
* Dipl.-Math. Jürgen Hunold  ! Ingenieurgesellschaft für 
* voice: ++49 511 262926 57  ! Verkehrs- und Eisenbahnwesen mbH  
* fax  : ++49 511 262926 99  ! Lister Straße 15
* juergen.hunold_at_[hidden]   ! www.ivembh.de

Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net