Hello,

I get the following linker error.

Description    Resource    Path    Location    Type
undefined reference to `boost::chrono::steady_clock::now()'    detector        line 0    C/C++ Problem

I am using Boost 1.53. A little unclear what the docs are talking about. If I can go header only, and if it is advantageous to do so, I'd like to.

http://www.boost.org/doc/libs/1_53_0/doc/html/chrono/users_guide.html#chrono.users_guide.getting_started.install.building_boost_chrono_

However, not sure what else we're talking about here, when it talks about building boost with buggy header only support (?).

Regards,

Michael Powell