public inbox for gcc-help@gcc.gnu.org
 help / color / mirror / Atom feed
From: zhenggen <zhenggen@public1.ptt.js.cn>
To: Robert Love <rlove@neosoft.com>, gcc-help@gcc.gnu.org
Subject: Re: Ada compiler built but not working
Date: Tue, 02 Jul 2002 07:02:00 -0000	[thread overview]
Message-ID: <3D21B229.3070603@public1.ptt.js.cn> (raw)
In-Reply-To: <9FB5CC38-8D26-11D6-BBA0-0030657076CA@neosoft.com>

Robert Love wrote:

>
> gnatmake hello.adb
> gcc -c hello.adb
> gcc: hello.adb: Ada compiler not installed on this system
> gnatmake: "hello.ali" WARNING: ALI or object file not found after compile
> gnatmake: "hello.adb" compilation error.
>
You should check which gcc you have invoked by shell command "which" :
$ which gcc
 From the message one can figure out that the old  gcc which is located 
in /usr/bin is called.
 The work around is put "/usr/local/bin" at the begin of your PATH variable.

 zhenggen

  reply	other threads:[~2002-07-02 14:02 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-07-01 12:11 Robert Love
2002-07-02  7:02 ` zhenggen [this message]
2002-07-02 11:24   ` Robert Love
2002-07-02 11:47     ` Compiling GCC for an i486 RMD

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=3D21B229.3070603@public1.ptt.js.cn \
    --to=zhenggen@public1.ptt.js.cn \
    --cc=gcc-help@gcc.gnu.org \
    --cc=rlove@neosoft.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).