Boost logo

Boost-Build :

From: dirk_griffioen (diddekio_at_[hidden])
Date: 2003-07-28 15:00:40


--- In jamboost_at_[hidden], Vladimir Prus <ghost_at_c...> wrote:
> Hi Dirk,
>

> Yes, the change was on purpose. The new way is described in
> http://boost.sourceforge.net/boost-
build2/boost_build_v2.html#prebuilt_targets
>
> Let me know if you have more questions.
Well, :-)
I've tried
lib patterns : : <name>patterns <search>e:/dev/lib/vc7 ;
unit-test dirchgqz : dirchgqz.cpp dirchg patterns ;
but the linker doesnt get it.

however, if I try
lib lib1 : : <name>lib1 <search>e:/dev/lib/vc7 ;
exe app : app.cpp lib1 ;
(adapted from the libaries example - with
#include "../lib1/include/lib1.h" in app.cpp) it links!!!

I sort of dont get it (apart from, I must be doing something
wrong ...) can I do some tracing or debugging in bjam as with -d or -
n in make (--debug is not getting me what I am looking for)

I m already using <linkflags>-VERBOSE (vc7.1)

Im outside the boost tree, with a copy of boost-build.jam in the root
of my project (dont like ENV) pointing to e:/dev/stl/boost/boost-
build/kernel. Shouldnt matter ... ??

Dirk

> - Volodya

 


Boost-Build list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk