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,bb486b336d430c67,start X-Google-Attributes: gid103376,public From: "alan walkington" Subject: GNAT-shing my teeth Date: 1998/09/22 Message-ID: <6ua1a2$kno$1@usenet40.supernews.com>#1/1 X-Deja-AN: 393897699 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3110.3 X-Complaints-To: abuse@supernews.com X-Trace: 906528898.21240.1 YVH4RINSWA80DD118 usenet40.supernews.com Organization: Posted via Supernews, Inc. Newsgroups: comp.lang.ada Date: 1998-09-22T00:00:00+00:00 List-Id: So it's my fault .. I blew away my perfectly good and working linux partition, and now I can't get a combination of gcc and gnat to work together! I've got RedHat 5.1 on a pentium box with gcc-2.7.2.3-5 (rpm'd) and the gzipped gnat-3.10p-i386-linux-bin distribution . Everything unzipped and xtracted just fine. Ran the doconfig and the doinstall files. No errors noted. Then..... when I try to compile ANY of the gnat examples I get: examples]# make hello gnatmake hello -cargs -O2 gnatbind -x hello.ali gnatlink hello.ali ld: cannot open crtbegin.o: No such file or directory gnatmake: *** link failed. make: *** [hello] Error 2 and I cant figure out WHERE crtbegin.o is supposed to be! Any help atall atall would be greatly appreciated. Alan Walkington walky@netmagic.net