From: "Stefan Franke" <stefan@franke.ms>
To: <gcc-help@gcc.gnu.org>
Subject: AW: Gcc build fails with test_real_width is negative
Date: Mon, 29 Nov 2021 13:18:33 +0100 [thread overview]
Message-ID: <02bd01d7e51b$3abf6b20$b03e4160$@franke.ms> (raw)
In-Reply-To: <CAAxjCEzmf=S14Yifp-w=coRsKETL91Szc728pmGKEPW=tAic7w@mail.gmail.com>
> -----Ursprüngliche Nachricht-----
> Von: Gcc-help <gcc-help-bounces+bebbo=bejy.net@gcc.gnu.org> Im
> Auftrag von Stefan Ring via Gcc-help
> Gesendet: Montag, 29. November 2021 13:00
> An: gcc-help@gcc.gnu.org
> Betreff: Re: Gcc build fails with test_real_width is negative
>
> On Mon, Nov 29, 2021 at 12:06 PM Mr Dini via Gcc-help <gcc-
> help@gcc.gnu.org> wrote:
> >
> > Also, you mentioned I am not supposed to build within the source tree.
> How am I supposed to build then? outside of the gcc folder and by specifying
> "make -C folder"?
>
> - cd to some directory, for example next to gcc-<xxx>
> - ../gcc-<xxx>/configure [...]
> - make [...]
Using relative paths may break your build (e.g. using Cygwin).
Use an absolute path to be safe:
$PWD/../gcc-<xxx>/configure [...]
next prev parent reply other threads:[~2021-11-29 12:23 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-11-29 11:05 Mr Dini
2021-11-29 12:00 ` Stefan Ring
2021-11-29 12:12 ` Mr Dini
2021-11-29 12:18 ` Stefan Franke [this message]
2021-11-29 19:40 ` Mr Dini
2021-12-02 9:20 ` Stefan Ring
2021-12-02 21:22 ` Stefan Ring
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='02bd01d7e51b$3abf6b20$b03e4160$@franke.ms' \
--to=stefan@franke.ms \
--cc=gcc-help@gcc.gnu.org \
/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).