John Maddock wrote:
ublas is a header-only library, but it does have dependencies on other boost libraries. I'm guessing since I've been able to play with ublas a little already the dependencies are also header-only libraries--I definitely don't have any libraries built. I was hoping there was an easier way than copying the ublas headers to the installation directory, then figuring out the other dependencies by going through headers and tracing #include's.
OK, if you just want to copy/install a subset of Boost's headers then use the bcp tool: http://www.boost.org/tools/bcp/bcp.html
Obviously you have to use bjam to build it first :-)
Actually, it needs more than just bjam. It wants the regex and filesystem libraries as well. There weren't any errors or warnings during compilation, but bcp dies with a bus error when I try running it. I'll take up smart pointers in a separate message. David