public inbox for gcc-help@gcc.gnu.org
 help / color / mirror / Atom feed
From: Jonathan Wakely <jwakely.gcc@gmail.com>
To: Syed Ahsan Ali Bokhari <ahsan.pmd@gmail.com>
Cc: "Ángel González" <keisial@gmail.com>, gcc-help <gcc-help@gcc.gnu.org>
Subject: Re: How to uninstall pre-installed previous version and install new
Date: Tue, 05 Aug 2014 17:10:00 -0000	[thread overview]
Message-ID: <CAH6eHdRRxKCit_3wJ31CtZU0GhLTi-StbwMoQy-oa4txPZyYNA@mail.gmail.com> (raw)
In-Reply-To: <CAOjP03X4u8Q8eDzarSXL6ebxR3ZxZJ2B3aS2vFenomQ1Ddop-g@mail.gmail.com>

On 5 August 2014 17:54, Syed Ahsan Ali Bokhari wrote:
> Yes I did that before, I removed the gcc and when I tried to build a
> new gcc from source it crashed complaining that no C compiler is
> present. Isn't it weird that installation of C compiler needs C
> compiler as a pre-requisite.?

You don't need a compiler to install a C compiler, you need a compiler
to *compile* a C compiler, just like you need a compiler to compile
any program.

If you just want to install gcc you use 'yum' or 'rpm' to do that,
instead of compiling it yourself.

If you want to compile gcc, obviously you need a compiler of some kind.

It might seem weird but it's not, it's quite normal.
http://en.wikipedia.org/wiki/Bootstrapping_%28compilers%29

  reply	other threads:[~2014-08-05 17:10 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-08-05  3:45 Syed Ahsan Ali Bokhari
2014-08-05  8:37 ` Jonathan Wakely
2014-08-05  9:22   ` Syed Ahsan Ali Bokhari
2014-08-05  9:32   ` Ángel González
2014-08-05 16:54     ` Syed Ahsan Ali Bokhari
2014-08-05 17:10       ` Jonathan Wakely [this message]
2014-08-06  3:17         ` Syed Ahsan Ali Bokhari
2014-08-06 10:11           ` Syed Ahsan Ali Bokhari
2014-08-06 10:24             ` Kyrill Tkachov
2014-08-06 12:51               ` Syed Ahsan Ali Bokhari
2014-08-06 13:19                 ` Raghunath Lolur
2014-08-06  2:43       ` Quanyang Liu

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=CAH6eHdRRxKCit_3wJ31CtZU0GhLTi-StbwMoQy-oa4txPZyYNA@mail.gmail.com \
    --to=jwakely.gcc@gmail.com \
    --cc=ahsan.pmd@gmail.com \
    --cc=gcc-help@gcc.gnu.org \
    --cc=keisial@gmail.com \
    /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).