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.9 required=5.0 tests=BAYES_00,FORGED_GMAIL_RCVD, FREEMAIL_FROM autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,8bb9adc26b7f4122,start X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!postnews.google.com!p15g2000hsd.googlegroups.com!not-for-mail From: Finger.Octopus@gmail.com Newsgroups: comp.lang.ada Subject: Ada - Install Date: 28 Mar 2007 08:32:02 -0700 Organization: http://groups.google.com Message-ID: <1175095922.735497.218600@p15g2000hsd.googlegroups.com> NNTP-Posting-Host: 193.251.135.123 Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-Trace: posting.google.com 1175095924 27079 127.0.0.1 (28 Mar 2007 15:32:04 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Wed, 28 Mar 2007 15:32:04 +0000 (UTC) User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.0.3) Gecko/20060426 Firefox/1.5.0.3,gzip(gfe),gzip(gfe) X-HTTP-Via: 1.1 abc:8080 (squid/2.5.STABLE6), 1.0 proxy0.eutelsat.net:8080 (squid/2.5.STABLE4) Complaints-To: groups-abuse@google.com Injection-Info: p15g2000hsd.googlegroups.com; posting-host=193.251.135.123; posting-account=p1QtrA0AAABUb9UNoXYwibMRmpJsH7ej Xref: g2news1.google.com comp.lang.ada:14649 Date: 2007-03-28T08:32:02-07:00 List-Id: 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??????????