From: Reinert Korsnes on 20 Dec 2008 15:24 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 20 Dec 2008 17:49 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 21 Dec 2008 09:50 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 21 Dec 2008 17:26 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
|
Pages: 1 Prev: Structure of the multitasking server Next: Ada Shootout program for K-Nucleotide (patches) |