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,a50b30c5970a5567,start X-Google-Attributes: gid103376,public From: Jay Arnold Subject: Help w/ GNAT on RedHat Linux Date: 1998/09/01 Message-ID: <35EB9787.DADD49AD@cs.und.edu>#1/1 X-Deja-AN: 386705825 Content-Transfer-Encoding: 7bit Organization: Red River Net - Internet Communications (phone: 701-232-2227) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 Newsgroups: comp.lang.ada Date: 1998-09-01T00:00:00+00:00 List-Id: I would greatly appreciate any help installing GNAT 3.10p on a RedHat 5.1 Linux system. After much frustration, I finally have GNAT to the point where I get the following: (Input) gnatmake foo.adb (Output) gnatbind -x foo.ali gnatlink foo.ali /usr/lib/gcc-lib/i386-linux/2.7.2.1/adalib//libgnat.a(a-raise.o): In function '__gnat_raise_nodefer_with_msg': /red.a/gnatmail/build-red/src/ada/rts/ a-raise.c:120: undefined reference to '__dummy' gnatmake: *** link failed I'm not at all sure of what this is telling me, but I hope somebody can explain! Thanks. J. Arnold ajarnold@cs.und.edu