From: Reinert Korsnes on
I just installed opensuse 11.1 on my 64 bit laptop.

I do not find gnatmake.

Using yast2 -> software -> software management -> "searc gnatmake"
(or "search gnat") does not help.

Any suggestion ?

Trying:

"gcc -c test1.adb"

gives:

"gcc: error trying to exec 'gnat1': execvp: No such file or directory"


reinert
From: Kevin K on
On Sat, 20 Dec 2008 20:24:22 UTC, Reinert Korsnes <a(a)b.no> wrote:

> I just installed opensuse 11.1 on my 64 bit laptop.
>
> I do not find gnatmake.
>
> Using yast2 -> software -> software management -> "searc gnatmake"
> (or "search gnat") does not help.
>
> Any suggestion ?
>
> Trying:
>
> "gcc -c test1.adb"
>
> gives:
>
> "gcc: error trying to exec 'gnat1': execvp: No such file or directory"
>
>
> reinert

It depends on whether you are developing for your own use (learning
Ada, etc), developing open source software, or want to develop for
commercial distribution.

Assuming the first 2 options, there is always the option of
downloading the GPL version of Adacore GNAT from libre.adacore.com.
Both 32 bit and 64 bit versions are available.
From: Georg Bauhaus on
Reinert Korsnes wrote:
> I just installed opensuse 11.1 on my 64 bit laptop.
>
> I do not find gnatmake.
>
> Using yast2 -> software -> software management -> "searc gnatmake"
> (or "search gnat") does not help.

There seems to be an rpm package named gcc-ada*.

> Any suggestion ?

If Debian is a possible choice, it is comfortable
one for Ada programmers.
From: anon on
The install is not broke OpenSuSe does not contain any extra software, like
Ada. And OpenSuSE and Debian do not mix well for the First Time Ada
user because of the libraries the each require are not compatible. It is
better just to download a copy from "libre.adacore.com" and install it. Use
"Linux x86_64".



In <tu6dnVG4SO_rydDU4p2dnAA(a)telenor.com>, Reinert Korsnes <a(a)b.no> writes:
>I just installed opensuse 11.1 on my 64 bit laptop.
>
>I do not find gnatmake.
>
>Using yast2 -> software -> software management -> "searc gnatmake"
>(or "search gnat") does not help.
>
>Any suggestion ?
>
>Trying:
>
>"gcc -c test1.adb"
>
>gives:
>
>"gcc: error trying to exec 'gnat1': execvp: No such file or directory"
>
>
>reinert