More specifically, linking against boost_system fails because the stub compiled library of Boost.System was removed in 1.89, see https://www.boost.org/releases/1.89.0/.
Boost.System has been a header-only library since 1.69.
|
spawn_echo_server_LDADD = $(LDADD) -lboost_coroutine -lboost_context -lboost_thread -lboost_chrono -lboost_system |
|
spawn_parallel_grep_LDADD = $(LDADD) -lboost_coroutine -lboost_context -lboost_thread -lboost_chrono -lboost_system |
/nix/store/9nmzd62x45ayp4vmswvn6z45h6bzrsla-binutils-2.44/bin/ld: cannot find -lboost_system: No such file or directory
More specifically, linking against
boost_systemfails because the stub compiled library of Boost.System was removed in 1.89, see https://www.boost.org/releases/1.89.0/.Boost.System has been a header-only library since 1.69.
asio/src/examples/cpp11/Makefile.am
Line 292 in 55684d4
asio/src/examples/cpp11/Makefile.am
Line 294 in 55684d4