Do you mean linking them in the jamfile? I'm not sure how to do that -- I think this is what's causing me problems.
AMDGAs long as you're linking all the cpp files that you need, it should work.
Z. S. O. wrote:
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.
In Christ,
Steven Watanabe
_______________________________________________
Boost-users mailing list
Boost-users@lists.boost.org
http://lists.boost.org/mailman/listinfo.cgi/boost-users