Boost logo

Boost Users :

Subject: [Boost-users] Including a source library with Boost.Build
From: Z. S. O. (tiredashell_at_[hidden])
Date: 2009-03-03 16:23:17


I have a source library I'd like to include in my Boost.Build project. The
library consists of an assortment of header and cpp files in a folder next
to the main cpp file and jamfile. It doesn't require any elaborate
precompilation, so it should work just by #including the appropriate header
files in the main cpp file (i.e., #include "FolderName/FileName.h").
My question is, do I need to do anything other than that to make this work?
I'm getting an "undefined symbols" error, so clearly Boost.Build not finding
something correctly.



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