public inbox for gcc-help@gcc.gnu.org
 help / color / mirror / Atom feed
From: Salvatore Filippone <filippone.salvatore@gmail.com>
To: Xi Ruoyao <xry111@xry111.site>
Cc: "Arsen Arsenović" <arsen@aarsen.me>, gcc-help@gcc.gnu.org
Subject: Re: Bootstrap failure on Fedora 37
Date: Wed, 22 Feb 2023 09:11:09 +0100	[thread overview]
Message-ID: <CANSzZf7pSet-W44OazPfLnO3=cXW_Aovi6nCJZVVQ7=F+Qpg2A@mail.gmail.com> (raw)
In-Reply-To: <732016f750d521816906d6c0deef3df7a782cc90.camel@xry111.site>

[-- Attachment #1: Type: text/plain, Size: 563 bytes --]

On Tue, Feb 21, 2023 at 6:02 PM Xi Ruoyao <xry111@xry111.site> wrote:

>
> Install the static library libstdc++.a via the package manager of your
> distro.
>
> GCC building system normally links the newly built GCC to libstdc++.a.
> But if there is no libstdc++.a available, it will link to libstdc++.so.
> The bootstrapping process will then create another libstdc++.so and
> attempt to use it, which in your case is less capable than the system
> one and causing a failure like this.
>
>
Worked perfectly,  I now have everything I need.
Many thanks!

Salvatore

      reply	other threads:[~2023-02-22  8:11 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-02-21 15:48 Salvatore Filippone
2023-02-21 15:58 ` Arsen Arsenović
2023-02-21 16:56   ` Salvatore Filippone
2023-02-21 17:02     ` Xi Ruoyao
2023-02-22  8:11       ` Salvatore Filippone [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CANSzZf7pSet-W44OazPfLnO3=cXW_Aovi6nCJZVVQ7=F+Qpg2A@mail.gmail.com' \
    --to=filippone.salvatore@gmail.com \
    --cc=arsen@aarsen.me \
    --cc=gcc-help@gcc.gnu.org \
    --cc=xry111@xry111.site \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).