From: Finger.Octopus on
I followed the tutorial on this site and dowloaded djdev203.zip,
bnu210b.zip and gnat314b.zip into e:\djgpp\ada.

But whenever I try to run this simple hello.adb program, I get the
following message:

E:\DJGPP\ada\bin>gnatmake HELLO.ADB
gcc -c hello.adb
fatal error, run-time library not installed correctly
cannot locate file system.ads
compilation abandoned
gnatmake: "hello.adb" compilation error

Plus I am confused about the "nanoslee.zip" thing --- how would I link
my file with it???

What should I do to get things working??????????

From: Pascal Obry on
Finger.Octopus(a)gmail.com a �crit :
> I followed the tutorial on this site and dowloaded djdev203.zip,
> bnu210b.zip and gnat314b.zip into e:\djgpp\ada.

This is very very old at this point! Please consider using GNAT GPL 2006
or any other recent distribution of the free Ada compiler.

Pascal.

--

--|------------------------------------------------------
--| Pascal Obry Team-Ada Member
--| 45, rue Gabriel Peri - 78114 Magny Les Hameaux FRANCE
--|------------------------------------------------------
--| http://www.obry.net
--| "The best way to travel is by means of imagination"
--|
--| gpg --keyserver wwwkeys.pgp.net --recv-key C1082595
From: Gautier on
Finger.Octopus(a)gmail.com wrote:
> I followed the tutorial on this site [...]

Which site ?
What you did was installing the *DOS* version of the GNAT Ada compiler (along
with GCC). This is a bit tricky, although it works.
But... are you really working on DOS (at least as a target system) ?
______________________________________________________________
Gautier -- http://www.mysunrise.ch/users/gdm/index.htm
Ada programming -- http://www.mysunrise.ch/users/gdm/gsoft.htm

NB: For a direct answer, e-mail address on the Web site!
From: Finger.Octopus on
On Mar 28, 9:44 pm, Gautier <gaut...(a)fakeaddress.nil> wrote:
> Finger.Octo...(a)gmail.com wrote:
> > I followed the tutorial on this site [...]
>
> Which site ?
> What you did was installing the *DOS* version of the GNAT Ada compiler (along
> with GCC). This is a bit tricky, although it works.
> But... are you really working on DOS (at least as a target system) ?
> ______________________________________________________________
> Gautier --http://www.mysunrise.ch/users/gdm/index.htm
> Ada programming --http://www.mysunrise.ch/users/gdm/gsoft.htm
>
> NB: For a direct answer, e-mail address on the Web site!


This is the site:
http://homepage.sunrise.ch/mysunrise/gdm/gnatdos.htm

and yes I need a DOS version, cos Its not for the development
purposes, I just have to demonstrate how the program runs and links
with Ada to my class.

From: Manuel Collado on
Finger.Octopus(a)gmail.com escribi�:
> On Mar 28, 9:44 pm, Gautier <gaut...(a)fakeaddress.nil> wrote:
>> Finger.Octo...(a)gmail.com wrote:
>>> I followed the tutorial on this site [...]
>> Which site ?
>> What you did was installing the *DOS* version of the GNAT Ada compiler (along
>> with GCC). This is a bit tricky, although it works.
>> But... are you really working on DOS (at least as a target system) ?
>
> This is the site:
> http://homepage.sunrise.ch/mysunrise/gdm/gnatdos.htm
>
> and yes I need a DOS version, cos Its not for the development
> purposes, I just have to demonstrate how the program runs and links
> with Ada to my class.

DJGPP has its own newsgroup: comp.os.msdos.djgpp

And the main website is: http://www.delorie.com/djgpp/

You can find here recent ports of gcc (up to 4.1.0), including the Ada
compiler.

Regards.
--
Manuel Collado - http://lml.ls.fi.upm.es/~mcollado
 |  Next  |  Last
Pages: 1 2 3
Prev: Ada and PostgreSQL
Next: Fun with Tasking