public inbox for gcc-help@gcc.gnu.org
 help / color / mirror / Atom feed
From: Billy Hutton <huttonb@digitalin-site.com>
To: "Sharifi, Hamid" <hamid.sharifi@cnh.com>
Cc: "'gcc-help@gcc.gnu.org'" <gcc-help@gcc.gnu.org>
Subject: Re: gcc configure problem
Date: Tue, 16 Jan 2001 16:19:00 -0000	[thread overview]
Message-ID: <Pine.LNX.4.20.0101161724140.7253-100000@plato.digitalin-site.com> (raw)
In-Reply-To: <EBBB81AEFCB2D21184930001FAD40139CB982C@s3csees1>

> I installed gcc 2.95.2, but I ran into problems when trying to build apache,
> so I de installed it. I'm trying to install it again, I get the following
> error.

>     configure: error: no acceptable cc found in $PATH

You still need a compiler to compile your new compiler.  :)

You've probably got the original gcc binary on your machine somewhere, and
it's not in the path.  (ie /usr/bin/gcc).  You can change your path
statement in /etc/profile or ~/.profile or just export a system variable
of CC=/usr/bin/gcc.  Just be sure to use the actual path to your gcc bin.  

You can also download a binary package of gcc install it, and use it to
re-compile gcc to your liking.

Good luck!
Billy

  reply	other threads:[~2001-01-16 16:19 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-01-16 15:20 Sharifi, Hamid
2001-01-16 16:19 ` Billy Hutton [this message]
2001-01-16 19:42 Sharifi, Hamid

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=Pine.LNX.4.20.0101161724140.7253-100000@plato.digitalin-site.com \
    --to=huttonb@digitalin-site.com \
    --cc=gcc-help@gcc.gnu.org \
    --cc=hamid.sharifi@cnh.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).