• Willkommen im Linux Club - dem deutschsprachigen Supportforum für GNU/Linux. Registriere dich kostenlos, um alle Inhalte zu sehen und Fragen zu stellen.

Ada Compiler

taki

Advanced Hacker
Martin Breidenbach schrieb:
1. Was willste mit Ada ?
2. Inwieweit stellt das ein Netzwerkproblem dar ?

-> SCHIEB

SCHIEB kann ich verstehen, aber wieso in den Talk? Ist doch eindeutig Programmierung, also darf weitergeschoben werden :?
 

whois

Ultimate Guru
Hi

Ich kann nirgendwo Infos darüber finden.

Vielleicht wissen die Kollegen in der programmiersektion mehr.

Ich verschieb dich mal :wink:
 

oc2pus

Ultimate Guru
suche mal nach gnat in deinem YaST.

ansonsten hier bei rpmfind
http://rpmfind.net/linux/rpm2html/search.php?query=gnat&submit=Search+...&sourceid=mozilla-search
Code:
gnat-3.3.5-5.i586.html	GNU Ada95 Compiler Based on GCC (GNAT)	SuSE Linux 9.3 for i386	gnat-3.3.5-5.i586.rpm
gnat-3.3.5-5.x86_64.html	GNU Ada95 Compiler Based on GCC (GNAT)	SuSE Linux 9.3 for i386	gnat-3.3.5-5.x86_64.rpm
gnat-3.3.4-11.i586.html	GNU Ada95 Compiler Based on GCC (GNAT)	SuSE Linux 9.2 for i386	gnat-3.3.4-11.i586.rpm
gnat-3.3.4-11.x86_64.html	GNU Ada95 Compiler Based on GCC (GNAT)	SuSE Linux 9.2 for i386	gnat-3.3.4-11.x86_64.rpm
gnat-3.3.3-41.i586.html	GNU Ada95 Compiler based on gcc (GNAT)	SuSE Linux 9.1 for i386	gnat-3.3.3-41.i586.rpm
gnat-3.3.1-29.i586.html	GNU Ada95 Compiler based on gcc (GNAT)	SuSE Linux 9.0 for i386	gnat-3.3.1-29.i586.rpm

und für SuSE-10.0 musst du den ggfls selber aus einem src.rpm erstellen.
 
oc2pus schrieb:
Code:
gnat-3.3.5-5.i586.html	GNU Ada95 Compiler Based on GCC (GNAT)	SuSE Linux 9.3 for i386	gnat-3.3.5-5.i586.rpm
gnat-3.3.5-5.x86_64.html	GNU Ada95 Compiler Based on GCC (GNAT)	SuSE Linux 9.3 for i386	gnat-3.3.5-5.x86_64.rpm
gnat-3.3.4-11.i586.html	GNU Ada95 Compiler Based on GCC (GNAT)	SuSE Linux 9.2 for i386	gnat-3.3.4-11.i586.rpm
gnat-3.3.4-11.x86_64.html	GNU Ada95 Compiler Based on GCC (GNAT)	SuSE Linux 9.2 for i386	gnat-3.3.4-11.x86_64.rpm
gnat-3.3.3-41.i586.html	GNU Ada95 Compiler based on gcc (GNAT)	SuSE Linux 9.1 for i386	gnat-3.3.3-41.i586.rpm
gnat-3.3.1-29.i586.html	GNU Ada95 Compiler based on gcc (GNAT)	SuSE Linux 9.0 for i386	gnat-3.3.1-29.i586.rpm
Die Pakete heißen ab SuSE 10.0 nicht mehr "gnat" bzw. "gnat-runtime", sondern - eigentlich sehr intuitiv - "gcc-ada" und "libada":

ftp://ftp.gwdg.de/pub/opensuse/distribution/SL-10.0-OSS/inst-source/suse/i586/gcc-ada-4.0.2_20050901-3.i586.rpm
ftp://ftp.gwdg.de/pub/opensuse/distribution/SL-10.0-OSS/inst-source/suse/i586/libada-4.0.2_20050901-3.i586.rpm
Code:
* Fr Aug 05 2005 - matz@suse.de

- Package nof dir on ppc again.
- Put 64bit libs into separate rpms on ppc.
- Rename gnat and gnat-runtime to gcc-ada resp. libada.
Pakete für alte Distributionen funktionieren mit dem GCC 4.0 von SuSE 10.0 ganz bestimmt nicht.
 
Oben