This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Ada compiler built but not working


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



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]