From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-0.3 required=5.0 tests=BAYES_00, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news2.google.com!news4.google.com!feeder.news-service.com!newsfeed.freenet.de!newsfeed00.sul.t-online.de!newsfeed01.sul.t-online.de!t-online.de!newsfeed.arcor.de!newsspool1.arcor-online.net!news.arcor.de.POSTED!not-for-mail Date: Wed, 10 Jun 2009 23:17:23 +0200 From: Georg Bauhaus Reply-To: rm.tsoh+bauhaus@maps.futureapps.de User-Agent: Thunderbird 2.0.0.21 (Windows/20090302) MIME-Version: 1.0 Newsgroups: comp.lang.ada Subject: Re: GNAT GPL 2009 --doinstall doesn't "do" anything References: <1a94c917-16ce-42d2-9447-869966ca0e76@q2g2000vbr.googlegroups.com> <4a2da391$0$30222$9b4e6d93@newsspool1.arcor-online.net> <8db59480-7ae4-475a-89af-049ff17cc4b1@z19g2000vbz.googlegroups.com> In-Reply-To: <8db59480-7ae4-475a-89af-049ff17cc4b1@z19g2000vbz.googlegroups.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Message-ID: <4a3022e5$0$31878$9b4e6d93@newsspool3.arcor-online.net> Organization: Arcor NNTP-Posting-Date: 10 Jun 2009 23:17:25 CEST NNTP-Posting-Host: 7c987b0e.newsspool3.arcor-online.net X-Trace: DXC=EIWTM9=KC4i^e1BZ=_HMcF=Q^Z^V3H4Fo<]lROoRA^YC2XCjHcbIl@HmXNX?_GDA:ho7QcPOVCZNiA8\2DX;A;ekk1B0oC8C X-Complaints-To: usenet-abuse@arcor.de Xref: g2news2.google.com comp.lang.ada:6422 Date: 2009-06-10T23:17:25+02:00 List-Id: convergence82 wrote: > openSuse linux question: > > So I've installed "gcc-ada" package and "gcc43-ada" package from the > openSuse 11.1 OSS repository (instead of the downloaded GNAT GPL > 2009). How do I access the IDE, or is it completely command line > driven? Also, if I install GNAT GPL 2009 (using the "./doinstall'), > will that overwrite the gcc-ada install? And is GNAT GPL 2009 command > line driven, or is there an actual application icon created I can > click on (I don't see an icon for the gcc-ada install)? > > Also, if 'gcc-ada' is command line driven, how do I find the help file > for using it? (See also http://en.wikibooks.org/wiki/Ada_Programming/Installing ) The IDE is a matter of choice. Typically, on GNU/Linux you have GNAT Programming Studio (GPS), Eclipse with Ada plugin, Emacs with elaborate Ada mode, or something else of your choice---I remember at least one other major editing program with Ada awareness. SuSE (Debian tends to be a better choice for Ada) might have corresponding packages. The ./doinstall GNAT GPL installation will let you chose a place for GNAT GPL stuff. By setting the PATH variable correspondingly, you can choose between compilers. (It's that simple. :-) The final screen of the ./doinstall script will tell you how, for GNAT GPL.) I don't remember whether or not a typical GNAT install will place app icons on the screen. But if you are running GNOME, there will be clickable items that place you in a programming environment for Ada. GPS is Ada centric, of course. It has some advanced features like graphical navigation (call chain displays, e.g.) that you typically expect from a more pricey offering. Emacs with Ada mode is quite capable, it works best after a bit of reading, and requires absence of Emacsphobia.