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.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,cb4fe85a63285efc,start X-Google-Attributes: gid103376,public From: Richard Wallace Subject: Any have GNAT running on linux Date: 1999/07/13 Message-ID: <378A95E9.FF5DEE51@home.com>#1/1 X-Deja-AN: 500333708 Content-Transfer-Encoding: 7bit X-Accept-Language: en Content-Type: text/plain; charset=us-ascii X-Complaints-To: abuse@home.net X-Trace: news.rdc1.az.home.com 931829509 24.1.251.146 (Mon, 12 Jul 1999 18:31:49 PDT) Organization: @Home Network MIME-Version: 1.0 NNTP-Posting-Date: Mon, 12 Jul 1999 18:31:49 PDT Newsgroups: comp.lang.ada Date: 1999-07-13T00:00:00+00:00 List-Id: I'm running into a few problems installing GNAT on Red Hat 6.0. I downloaded gnat-3.11p-i686-pc-linux-gnu-bin.tar.gz ftp://cs.nyu.edu/pub/gnat/. I uncompressed the file and ran the doconfig and doinstall scripts and made sure that /usr/bin was in my path. The first error I got was that 'cpp' file wasn't found or did not exist. After looking in the uncompressed directory I noticed that that was where cpp so I added the unzipped directory to my .bash_profile. That error went away but now I'm getting the error "cannot open crtbegin.o: No such file or directory". I again looked in the uncompressed directory and it was there but apparently isn't being found. I tried setting a few path varibles as they are on my school Unix account, but had no luck. If anyone has GNAT running on linux(or just has a suggestion) I would appreciate the help. Thanks. Richard