[timer] Error linking boost::chrono::steady_clock::now
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... However, not sure what else we're talking about here, when it talks about building boost with buggy header only support (?). Regards, Michael Powell
Should also mention, I am targeting ArchLinux ARM, not Windows FWIW.
On Tue, Apr 16, 2013 at 1:12 PM, Michael Powell
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...
However, not sure what else we're talking about here, when it talks about building boost with buggy header only support (?).
Regards,
Michael Powell
On Tue, Apr 16, 2013 at 1:15 PM, Michael Powell
Should also mention, I am targeting ArchLinux ARM, not Windows FWIW.
Or, is there a less-high-res option available? ptime-based for instance?
The solution I'm looking for does not need to be super-high-res. With
microsecond precision I would guess, millisecond accuracy. Not nanosecond
by any means.
Thank you...
On Tue, Apr 16, 2013 at 1:12 PM, Michael Powell
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...
However, not sure what else we're talking about here, when it talks about building boost with buggy header only support (?).
Regards,
Michael Powell
Le 16/04/13 20:12, Michael Powell a écrit :
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...
However, not sure what else we're talking about here, when it talks about building boost with buggy header only support (?).
Hi, it is unclear for me what is unclear for you. Could you clarify? Best, Vicente
You have to link libboost-timer.a and libboost-chorono.a, I guess.
Hideki
Michael Powell:
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...
However, not sure what else we're talking about here, when it talks about building boost with buggy header only support (?).
Regards,
Michael Powell ---- inline file _______________________________________________ Boost-users mailing list Boost-users@lists.boost.org http://lists.boost.org/mailman/listinfo.cgi/boost-users -- Hideki Kato mailto:hideki_katoh@ybb.ne.jp
participants (3)
-
Hideki Kato
-
Michael Powell
-
Vicente J. Botet Escriba