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,FREEMAIL_FROM autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,be8344a44f09d569,start X-Google-Attributes: gid103376,public Path: controlnews3.google.com!news1.google.com!news.glorb.com!newsgate.cistron.nl!news.tele.dk!news.tele.dk!small.news.tele.dk!news-stoc.telia.net!news-stoa.telia.net!telia.net!masternews.telia.net.!newsc.telia.net.POSTED!not-for-mail From: "Lars J. Nilsson" Subject: GCC 3.3.3 Update User-Agent: Pan/0.14.2 (This is not a psychotic episode. It's a cleansing moment of clarity.) Message-ID: Newsgroups: comp.lang.ada MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Date: Thu, 27 May 2004 21:00:47 GMT NNTP-Posting-Host: 81.226.215.136 X-Complaints-To: abuse@telia.com X-Trace: newsc.telia.net 1085691647 81.226.215.136 (Thu, 27 May 2004 23:00:47 CEST) NNTP-Posting-Date: Thu, 27 May 2004 23:00:47 CEST Organization: Telia Internet Xref: controlnews3.google.com comp.lang.ada:887 Date: 2004-05-27T21:00:47+00:00 List-Id: Hello, I'm a Linux and Ada newbie. I recently had to update my vanilla RedHat9 (GCC 3.2.2.5) and attempted an install of GCC 3.3.3. Everything went smoothly. No errors. But now I get: >>>>>>>>>>>>>>>> [larsan@silver tmp]$ gnatmake execute.adb gcc -c execute.adb fatal error, run-time library not installed correctly cannot locate file system.ads compilation abandoned gnatmake: "execute.adb" compilation error [larsan@silver tmp]$ >>>>>>>>>>>>>>>> GNAT was properly installed before my upgrade and working. The system.ads file is located at: /usr/lib/gcc-lib/i386-redhat-linux/3.2.2/adainclude/system.ads Which may explain it as it is still the old location (?). Any help to get my GNAT installation up and running again would be helpful.