Hi Jeff,

My boost lib include is in following order.

  'boost_regex',

  'boost_serialization',

  'boost_filesystem',

  'boost_thread',

  'boost_system',

  'boost_chrono',

  'boost_timer',



Thanks & Regards,

Tej

On Wed, Jul 22, 2020 at 8:54 PM Jeff Garland via Boost-users <
boost-users@lists.boost.org> wrote:

> Would be helpful to see the exact link command.  If you are statically
> linking (.a files) then order might matter.
>
>
>
> On Wed, Jul 22, 2020 at 7:00 AM Tej Kumar via Boost-users <
> boost-users@lists.boost.org> wrote:
>
>> Hi Team,
>>
>> Hope you guys are doing well.
>>
>> I am trying to upgrade Boost to 1.71.0 version. My code is compiling and
>> building successfully but during test run i see below error. Error seems to
>> be related with boost chrono, even though i have included boost_chrono lib
>> in my makefile.
>>
>>
>> *undefined symbol: _ZN5boost6chrono12steady_clock3nowEv*
>>
>>
>> It will be a great help if you guys can suggest something here.
>>
>>
>> Thanks & Regards,
>>
>> Tej
>> _______________________________________________
>> Boost-users mailing list
>> Boost-users@lists.boost.org
>> https://lists.boost.org/mailman/listinfo.cgi/boost-users
>>
> _______________________________________________
> Boost-users mailing list
> Boost-users@lists.boost.org
> https://lists.boost.org/mailman/listinfo.cgi/boost-users
>
_______________________________________________
Boost-users mailing list
Boost-users@lists.boost.org
https://lists.boost.org/mailman/listinfo.cgi/boost-users

Reply via email to