Skip to content

C++11 examples fail to build with Boost ≥1.89 and --enable-boost-coroutine #1716

Description

@thunze

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions