On Fri, 9 Sept 2022 at 13:58, Ron Olson <tachokni...@gmail.com> wrote: > > Hey all- > > I’m having an issue trying to get Swift 5.6.3 built on EPEL-8, even though it > builds fine for everything else (Rawhide, F36, F35, EPEL-9): “undefined > reference to 'std::__throw_bad_array_new_length()’”.
That symbol was added in GCC 11.1, so if you're getting an undefined reference for it, then it means something is linking against the old libstdc++.so.6 from the system GCC, not the one from gcc-toolset-11. _______________________________________________ devel mailing list -- devel@lists.fedoraproject.org To unsubscribe send an email to devel-le...@lists.fedoraproject.org Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org Do not reply to spam, report it: https://pagure.io/fedora-infrastructure/new_issue