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=-1.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,37feb36055ce22de X-Google-Attributes: gid103376,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news2.google.com!postnews.google.com!v39g2000pro.googlegroups.com!not-for-mail From: f.tolkamp@chello.nl Newsgroups: comp.lang.ada Subject: Re: Error: Run-time library not installed correctly Date: Mon, 22 Dec 2008 02:56:36 -0800 (PST) Organization: http://groups.google.com Message-ID: <0926c1e7-9015-4531-8a2b-b598adedade6@v39g2000pro.googlegroups.com> References: <63ce63c7-06c1-47a0-9936-7100b8a3b493@t39g2000prh.googlegroups.com> <494e57f9$0$32673$9b4e6d93@newsspool2.arcor-online.net> NNTP-Posting-Host: 77.249.221.108 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Trace: posting.google.com 1229943396 29158 127.0.0.1 (22 Dec 2008 10:56:36 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Mon, 22 Dec 2008 10:56:36 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: v39g2000pro.googlegroups.com; posting-host=77.249.221.108; posting-account=CRTuqQoAAACkAj4MrK0vtmdX5EEtJNCk User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; InfoPath.1),gzip(gfe),gzip(gfe) Xref: g2news2.google.com comp.lang.ada:4040 Date: 2008-12-22T02:56:36-08:00 List-Id: On 21 dec, 15:51, Georg Bauhaus wrote: > f.tolk...@chello.nl wrote: > > For the first time I try the GNAT programming Studio for ADA. > > Therefore I started with the simple program "Hello world". > > When the command 'Compile' is given the following error message > > occurs: > > "Run-time library not installed correctly, cannot locate system.ads". > > What do I wrong? > > Installation seems broken. What OS are you using, > and what edition of GNAT PS? Problem is solved. GNAT GPS Version 2005 instead of 2008 was installed. Compilation is now without errors. Thank you for your help.