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,821221df43568930,start X-Google-Attributes: gid103376,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news2.google.com!news1.google.com!news.glorb.com!news2.glorb.com!feeder.erje.net!news-1.dfn.de!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail From: Georg Newsgroups: comp.lang.ada Subject: Installing GNAT on SuSe 11.0 Date: Tue, 10 Feb 2009 10:11:53 +0100 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; format=flowed; delsp=yes; charset=utf-8 Content-Transfer-Encoding: 7bit X-Trace: individual.net 8aHztZ98KC99g2V8KHzITQv9YYNFU0+R3+OwCNziJa0gFGsuX4 Cancel-Lock: sha1:W4EPz4rChsAmX/hg75Ra7EYHJ3Q= User-Agent: Opera Mail/9.61 (Linux) Xref: g2news2.google.com comp.lang.ada:4566 Date: 2009-02-10T10:11:53+01:00 List-Id: Hi all, when unpacking GNAT with sudo unzip -c gnat-gpl-2008-i686-gnu-linux-libc2.3-bin.tar.gz | tar xf - I get the message "Kann utime nicht ausfuehren. Die Operation ist nicht erlaubt" which could be translated to "Can't find utime. Operation not allowed". Despite that I tried to call sudo sh doinstall the script returns with a success message. I added /usr/gnat/bin to my PATH environment variable. When calling ./gnat then I get the following message "fatal error, run-time library not installed correcty can't locate file sytems.ads" What's wrong and how can I fix it? Best regards Georg