$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: David Demelier (markand_at_[hidden])
Date: 2020-01-29 09:19:32
Le 29/01/2020 à 02:14, Andrew McFarlane via Boost-users a écrit :
> Undefined symbols for architecture x86_64:
>
> "boost::chrono::steady_clock::now()", referenced from:
>
> boost::asio::detail::chrono_time_traits<boost::chrono::steady_clock,
> boost::asio::wait_traits<boost::chrono::steady_clock> >::now() in
> main-c86634.o
I think you'll need to link against boost_chrono then.
-- David