comp.lang.ada
 help / color / mirror / Atom feed
* GNAT GPL 2009 --doinstall doesn't "do" anything
@ 2009-06-08 22:54 convergence82
  2009-06-08 23:49 ` Georg Bauhaus
  0 siblings, 1 reply; 8+ messages in thread
From: convergence82 @ 2009-06-08 22:54 UTC (permalink / raw)


Contacting Libre was unsuccessful.  I tried typing "doinstall" in a
terminal as superuser and it comes back "unrecognized command".  What
am I doing wrong?  I tried this with GNAT GPL 2008 download, and GNAT
GPL 2009 download.

Thanks,

Steph
PS.  I haven't yet tried the opensuse repository at www.mirrorservice.org
(for 'gcc-ada' and 'gcc43-ada').



^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: GNAT GPL 2009 --doinstall doesn't "do" anything
  2009-06-08 22:54 GNAT GPL 2009 --doinstall doesn't "do" anything convergence82
@ 2009-06-08 23:49 ` Georg Bauhaus
  2009-06-09 14:37   ` convergence82
  0 siblings, 1 reply; 8+ messages in thread
From: Georg Bauhaus @ 2009-06-08 23:49 UTC (permalink / raw)


convergence82 wrote:
> Contacting Libre was unsuccessful.  I tried typing "doinstall" in a
> terminal as superuser and it comes back "unrecognized command".  What
> am I doing wrong?

On Unixoids, PATH does not, by default, include
the current directory.  Typing "./doinstall" should
fix this.



^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: GNAT GPL 2009 --doinstall doesn't "do" anything
  2009-06-08 23:49 ` Georg Bauhaus
@ 2009-06-09 14:37   ` convergence82
  2009-06-10 20:18     ` convergence82
  0 siblings, 1 reply; 8+ messages in thread
From: convergence82 @ 2009-06-09 14:37 UTC (permalink / raw)


On Jun 8, 7:49 pm, Georg Bauhaus <rm.tsoh.plus-
bug.bauh...@maps.futureapps.de> wrote:
> convergence82 wrote:
> > Contacting Libre was unsuccessful.  I tried typing "doinstall" in a
> > terminal as superuser and it comes back "unrecognized command".  What
> > am I doing wrong?
>
> On Unixoids, PATH does not, by default, include
> the current directory.  Typing "./doinstall" should
> fix this.

Thank you!

Oddly, the guy from Libre couldn't tell me this!!  LOL



^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: GNAT GPL 2009 --doinstall doesn't "do" anything
  2009-06-09 14:37   ` convergence82
@ 2009-06-10 20:18     ` convergence82
  2009-06-10 21:17       ` Georg Bauhaus
  2009-06-10 21:25       ` John B. Matthews
  0 siblings, 2 replies; 8+ messages in thread
From: convergence82 @ 2009-06-10 20:18 UTC (permalink / raw)


On Jun 9, 10:37 am, convergence82 <tiami...@gmail.com> wrote:
> On Jun 8, 7:49 pm, Georg Bauhaus <rm.tsoh.plus-
>
> bug.bauh...@maps.futureapps.de> wrote:
> > convergence82 wrote:
> > > Contacting Libre was unsuccessful.  I tried typing "doinstall" in a
> > > terminal as superuser and it comes back "unrecognized command".  What
> > > am I doing wrong?
>
> > On Unixoids, PATH does not, by default, include
> > the current directory.  Typing "./doinstall" should
> > fix this.
>
> Thank you!
>
> Oddly, the guy from Libre couldn't tell me this!!  LOL

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?

Thanks,

Steph
PS.  I suppose I could have googled for all this but hey, maybe next
time (LOL)



^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: GNAT GPL 2009 --doinstall doesn't "do" anything
  2009-06-10 20:18     ` convergence82
@ 2009-06-10 21:17       ` Georg Bauhaus
  2009-06-10 21:25       ` John B. Matthews
  1 sibling, 0 replies; 8+ messages in thread
From: Georg Bauhaus @ 2009-06-10 21:17 UTC (permalink / raw)


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.



^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: GNAT GPL 2009 --doinstall doesn't "do" anything
  2009-06-10 20:18     ` convergence82
  2009-06-10 21:17       ` Georg Bauhaus
@ 2009-06-10 21:25       ` John B. Matthews
  2009-06-10 21:37         ` Ed Falis
  2009-06-10 21:38         ` Ed Falis
  1 sibling, 2 replies; 8+ messages in thread
From: John B. Matthews @ 2009-06-10 21:25 UTC (permalink / raw)


In article 
<8db59480-7ae4-475a-89af-049ff17cc4b1@z19g2000vbz.googlegroups.com>,
 convergence82 <tiamiata@gmail.com> wrote:

[...]
> 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).

I don't use SUSE, but GNAT Ada is one of several languages recognized by 
the GNU compiler, gcc. You might try `man gcc` or `man -k gnat`.

[...]
> Also, if 'gcc-ada' is command line driven, how do I find the help file
> for using it?

The GNAT manuals are here: <http://gcc.gnu.org/onlinedocs/>

-- 
John B. Matthews
trashgod at gmail dot com
<http://sites.google.com/site/drjohnbmatthews>



^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: GNAT GPL 2009 --doinstall doesn't "do" anything
  2009-06-10 21:25       ` John B. Matthews
@ 2009-06-10 21:37         ` Ed Falis
  2009-06-10 21:38         ` Ed Falis
  1 sibling, 0 replies; 8+ messages in thread
From: Ed Falis @ 2009-06-10 21:37 UTC (permalink / raw)


On Wed, 10 Jun 2009 17:25:58 -0400, John B. Matthews  
<nospam@nospam.invalid> wrote:

>
> The GNAT manuals are here: <http://gcc.gnu.org/onlinedocs/>

This contains the most up to the day version of the docs.  There may be a  
few things described that did not make it into the GPL version:  
http://libre.adacore.com/category/developers-center/reference-library/documentation/

Once you install, the exactly right docs for GPL 2009 are in <gnat install  
location>/share/docs.  They're also available under the help menu item in  
GPS, which is an easier way to get at them.

- Ed



^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: GNAT GPL 2009 --doinstall doesn't "do" anything
  2009-06-10 21:25       ` John B. Matthews
  2009-06-10 21:37         ` Ed Falis
@ 2009-06-10 21:38         ` Ed Falis
  1 sibling, 0 replies; 8+ messages in thread
From: Ed Falis @ 2009-06-10 21:38 UTC (permalink / raw)


On Wed, 10 Jun 2009 17:25:58 -0400, John B. Matthews  
<nospam@nospam.invalid> wrote:

> [...]
>> 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).

Oops, ignore that last message.  I didn't realize you were using the  
openSuse packages.

- Ed



^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2009-06-10 21:38 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-06-08 22:54 GNAT GPL 2009 --doinstall doesn't "do" anything convergence82
2009-06-08 23:49 ` Georg Bauhaus
2009-06-09 14:37   ` convergence82
2009-06-10 20:18     ` convergence82
2009-06-10 21:17       ` Georg Bauhaus
2009-06-10 21:25       ` John B. Matthews
2009-06-10 21:37         ` Ed Falis
2009-06-10 21:38         ` Ed Falis

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox