On Feb 6, 2008 11:18 AM, Robert Dailey <rcdailey@gmail.com> wrote:
Couldn't I just add the source to my project? For example, everything in "trunk/libs/signals/src"? I tried this but it still isn't working. I really don't want to build a lib, i would rather compile the source directly. Let me know if this can be done. Thanks.

With a little time spent searching the boost source code I managed to find the BOOST_ALL_NO_LIB define, which prevents auto-link from being engaged. Now I can build the source to resolve symbols.