On 5/15/21 6:33 AM, Lone_Wolf via arch-general wrote:
> The following headers are used less widely in libstdc++ and may need to be included explicitly when compiled with GCC 11:> <limits> (for std::numeric_limits) > <memory> (for std::unique_ptr, std::shared_ptr etc.) > <utility> (for std::pair, std::tuple_size, std::index_sequence etc.) > <thread> (for members of namespace std::this_thread.)
Since the failure occurs in configure itself - does this suggest a bug with autocoonf?