public inbox for gcc-help@gcc.gnu.org
 help / color / mirror / Atom feed
From: Jonathan Wakely <jwakely.gcc@gmail.com>
To: Guy Moebs <guy.moebs@univ-nantes.fr>
Cc: gcc-help <gcc-help@gcc.gnu.org>
Subject: Re: [SOLVED] Re: build GCC 12.1 failure on namespace from /usr/include/stdlib.h
Date: Thu, 26 May 2022 17:54:47 +0100	[thread overview]
Message-ID: <CAH6eHdQFqpwunHVApyqSbjuzZEDeJr7E5vN3qJdusH7+6Ut+pA@mail.gmail.com> (raw)
In-Reply-To: <e2f3fec6-5dc9-d507-723e-304ad6927d24@univ-nantes.fr>

On Thu, 19 May 2022 at 16:07, Guy Moebs via Gcc-help
<gcc-help@gcc.gnu.org> wrote:
>
> Hello,
>
>
> I have solved my problem and managed to compile gcc 11.3.0 and 12.1.0
> completely.
>
> In the output of the configure command I read :
>
> configure: WARNING: using in-tree isl, disabling version check
>
> So I add it to my configure command which is now
>
> ../gcc-12.1.0/configure --prefix=<path_to_install_dir>
> --disable-multilib --enable-threads=posix
> --enable-languages=c,c++,fortran,go --disable-isl-version-check
>
>
> and everything works fine.


I don't know why ISL causes that error, but you could probably also
use --without-isl (if you don't care about the optional graphite
optimizations that depend on isl).

      reply	other threads:[~2022-05-26 16:54 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-05-12 12:04 Guy Moebs
2022-05-19 15:06 ` [SOLVED] " Guy Moebs
2022-05-26 16:54   ` Jonathan Wakely [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=CAH6eHdQFqpwunHVApyqSbjuzZEDeJr7E5vN3qJdusH7+6Ut+pA@mail.gmail.com \
    --to=jwakely.gcc@gmail.com \
    --cc=gcc-help@gcc.gnu.org \
    --cc=guy.moebs@univ-nantes.fr \
    /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).