I happen to have the required boost libraries, so I tried configuring --without-included-boost. I assume using the shared boost libraries saves memory if I get some other app that also uses them.
The final linking then died with lots of protests about missing boost functions.Adding -lboost_filesystem -lboost_regex
to the linking command fixed this for me. Helge Hafting