Boost logo

Boost :

From: Douglas Paul Gregor (gregod_at_[hidden])
Date: 2003-05-13 09:34:22


On Tue, 13 May 2003, Christian KXrber wrote:

> Hi there,
>
> I'm new to the list and to boost itself.
> I'm basically interested in Signals, but
> can't get even get the Hello example
> to work, shame on me.
>
> The following gives me unresolved symbol
> linker errors as well as the acceptance program
> dead_slot_test.cpp

Signals is one of the few Boost libraries that actually has to be built
explicitly. Run "bjam -sTOOLS=vc7" in libs/signals/build to build the
Signals library for vc7, and link that into your program. Information on
using Boost.Jam is here:
  http://www.boost.org/tools/build/index.html

        Doug


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