On 08.09.2024 12:10, William F Pokorny wrote:
> Immediately after upgrading from Ubuntu 22.04 to Ubuntu 24.04 I found I
> could not build, recent, v3.7 or v3.8 official release sources due
> boost_thread libraries not being found when linking.
This is hardly surprising given the thread library from boost was (in a
slightly modified form) promoted to the standard ISO C++ library. You
should try to explicitly specify the C++ version (C++03) and see if
Boost will build the thread library if that is specified.
Thorsten
Post a reply to this message
|