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.2 required=5.0 tests=BAYES_00,INVALID_MSGID, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,93952ad380a93e3d,start X-Google-Attributes: gid103376,public From: Philoctet Subject: Gnat and red hat 5.0 Date: 1998/09/28 Message-ID: <360FF4C7.8FB92DE7@club-internet.fr>#1/1 X-Deja-AN: 395771084 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=us-ascii X-Trace: front2.grolier.fr 907019197 11559 195.36.134.197 (28 Sep 1998 21:46:37 GMT) Organization: Club-Internet (France) Mime-Version: 1.0 Reply-To: pbidinge@club-internet.fr NNTP-Posting-Date: 28 Sep 1998 21:46:37 GMT Newsgroups: comp.lang.ada Date: 1998-09-28T21:46:37+00:00 List-Id: Does anyone know how i can easily install Gnat 3.10 on linux red hat 5.0 I followed the third installation procedure (i use the path /usr/local) When i try to compile a simple program, i get the following messages: $ gnatmake test gnatbind -x test.ali gnatlink test.ali ld: cannot open crtbegin.o: No such file or directory gnatmake: *** link failed.